net.openhft.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.

See Also:
HashCharSets, HashCharSetFactory

Method Summary
 
Methods inherited from interface net.openhft.collect.set.CharSet
add
 
Methods inherited from interface net.openhft.collect.CharCollection
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeChar, removeIf, toArray, toArray, toArray, toCharArray
 
Methods inherited from interface net.openhft.collect.Container
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface net.openhft.collect.hash.HashContainer
currentLoad, ensureCapacity, hashConfig, shrink