org.omnaest.utils.strings.tokenizer
Interface CharacterSequenceTokenizer

All Superinterfaces:
Iterable<CharSequence>
All Known Implementing Classes:
CharacterSequenceTokenizerDecorator, PatternBasedCharacterSequenceTokenizer

public interface CharacterSequenceTokenizer
extends Iterable<CharSequence>

Iterable over CharSequence tokens which are based on another tokenized underlying CharSequence.

An instance of this CharacterSequenceTokenizer is thread safe, since it creates new Iterator instances for each call to Iterable.iterator(). The Iterator instances therefore are NOT threadsafe.

Author:
Omnaest

Method Summary
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2013. All Rights Reserved.