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 CharSets, 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

Method Summary
 
Methods inherited from interface com.koloboke.collect.set.CharSet
add, iterator
 
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 com.koloboke.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface com.koloboke.collect.hash.HashContainer
currentLoad, ensureCapacity, hashConfig, shrink