com.koloboke.collect.set.hash
Interface HashCharSet
- All Superinterfaces:
- CharCollection, CharSet, Collection<Character>, Container, HashContainer, Iterable<Character>, Set<Character>
public interface HashCharSet
- extends CharSet, HashContainer
An interface for CharSet
s, based on hash tables.
This interface doesn't carry own specific behaviour, just combines it's superinterfaces.
Looking for a way to instantiate a HashCharSet
? See static factory methods
in HashCharSets
class.
- See Also:
HashCharSets
,
HashCharSetFactory
,
@KolobokeSet
Methods inherited from interface com.koloboke.collect.CharCollection |
add, contains, contains, cursor, forEach, forEachWhile, remove, removeChar, removeIf, toArray, toArray, toArray, toCharArray |
Methods inherited from interface Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |