Uses of Interface
com.koloboke.collect.set.hash.HashCharSet

Packages that use HashCharSet
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashCharSet in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashCharSet
 HashCharSet HashCharByteMap.keySet()
           
 HashCharSet HashCharCharMap.keySet()
           
 HashCharSet HashCharDoubleMap.keySet()
           
 HashCharSet HashCharFloatMap.keySet()
           
 HashCharSet HashCharIntMap.keySet()
           
 HashCharSet HashCharLongMap.keySet()
           
 HashCharSet HashCharObjMap.keySet()
           
 HashCharSet HashCharShortMap.keySet()
           
 

Uses of HashCharSet in com.koloboke.collect.set.hash
 

Methods in com.koloboke.collect.set.hash that return HashCharSet
 HashCharSet HashCharSetFactory.newImmutableSet(char[] elements)
           
static HashCharSet HashCharSets.newImmutableSet(char[] elements)
          Constructs a new immutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newImmutableSet(char[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(char[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newImmutableSet(Character[] elements)
           
static HashCharSet HashCharSets.newImmutableSet(Character[] elements)
          Constructs a new immutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newImmutableSet(Character[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Character[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newImmutableSet(Consumer<CharConsumer> elementsSupplier)
           
static HashCharSet HashCharSets.newImmutableSet(Consumer<CharConsumer> elementsSupplier)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newImmutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elements)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elements)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elements, int expectedSize)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterator<Character> elements)
           
static HashCharSet HashCharSets.newImmutableSet(Iterator<Character> elements)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newImmutableSet(Iterator<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newImmutableSet(Iterator<Character> elements, int expectedSize)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newImmutableSetOf(char e1)
           
static HashCharSet HashCharSets.newImmutableSetOf(char e1)
          Constructs a new immutable singleton set of the given element.
 HashCharSet HashCharSetFactory.newImmutableSetOf(char e1, char e2)
           
static HashCharSet HashCharSets.newImmutableSetOf(char e1, char e2)
          Constructs a new immutable set of the two specified elements.
 HashCharSet HashCharSetFactory.newImmutableSetOf(char e1, char e2, char e3)
           
static HashCharSet HashCharSets.newImmutableSetOf(char e1, char e2, char e3)
          Constructs a new immutable set of the three specified elements.
 HashCharSet HashCharSetFactory.newImmutableSetOf(char e1, char e2, char e3, char e4)
           
static HashCharSet HashCharSets.newImmutableSetOf(char e1, char e2, char e3, char e4)
          Constructs a new immutable set of the four specified elements.
 HashCharSet HashCharSetFactory.newImmutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
static HashCharSet HashCharSets.newImmutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
          Constructs a new immutable set of the specified elements.
 HashCharSet HashCharSetFactory.newMutableSet()
           
static HashCharSet HashCharSets.newMutableSet()
          Constructs a new empty mutable set of the default expected size.
 HashCharSet HashCharSetFactory.newMutableSet(char[] elements)
           
static HashCharSet HashCharSets.newMutableSet(char[] elements)
          Constructs a new mutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newMutableSet(char[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(char[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newMutableSet(Character[] elements)
           
static HashCharSet HashCharSets.newMutableSet(Character[] elements)
          Constructs a new mutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newMutableSet(Character[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Character[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashCharSet HashCharSetFactory.newMutableSet(Consumer<CharConsumer> elementsSupplier)
           
static HashCharSet HashCharSets.newMutableSet(Consumer<CharConsumer> elementsSupplier)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newMutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newMutableSet(int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(int expectedSize)
          Constructs a new empty mutable set of the given expected size.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elements)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elements)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elements, int expectedSize)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newMutableSet(Iterator<Character> elements)
           
static HashCharSet HashCharSets.newMutableSet(Iterator<Character> elements)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newMutableSet(Iterator<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newMutableSet(Iterator<Character> elements, int expectedSize)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newMutableSetOf(char e1)
           
static HashCharSet HashCharSets.newMutableSetOf(char e1)
          Constructs a new mutable singleton set of the given element.
 HashCharSet HashCharSetFactory.newMutableSetOf(char e1, char e2)
           
static HashCharSet HashCharSets.newMutableSetOf(char e1, char e2)
          Constructs a new mutable set of the two specified elements.
 HashCharSet HashCharSetFactory.newMutableSetOf(char e1, char e2, char e3)
           
static HashCharSet HashCharSets.newMutableSetOf(char e1, char e2, char e3)
          Constructs a new mutable set of the three specified elements.
 HashCharSet HashCharSetFactory.newMutableSetOf(char e1, char e2, char e3, char e4)
           
static HashCharSet HashCharSets.newMutableSetOf(char e1, char e2, char e3, char e4)
          Constructs a new mutable set of the four specified elements.
 HashCharSet HashCharSetFactory.newMutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
static HashCharSet HashCharSets.newMutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
          Constructs a new mutable set of the specified elements.
 HashCharSet HashCharSetFactory.newUpdatableSet()
           
static HashCharSet HashCharSets.newUpdatableSet()
          Constructs a new empty updatable set of the default expected size.
 HashCharSet HashCharSetFactory.newUpdatableSet(char[] elements)
           
static HashCharSet HashCharSets.newUpdatableSet(char[] elements)
          Constructs a new updatable set of elements from the given array.
 HashCharSet HashCharSetFactory.newUpdatableSet(char[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(char[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashCharSet HashCharSetFactory.newUpdatableSet(Character[] elements)
           
static HashCharSet HashCharSets.newUpdatableSet(Character[] elements)
          Constructs a new updatable set of elements from the given array.
 HashCharSet HashCharSetFactory.newUpdatableSet(Character[] elements, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Character[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashCharSet HashCharSetFactory.newUpdatableSet(Consumer<CharConsumer> elementsSupplier)
           
static HashCharSet HashCharSets.newUpdatableSet(Consumer<CharConsumer> elementsSupplier)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newUpdatableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashCharSet HashCharSetFactory.newUpdatableSet(int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(int expectedSize)
          Constructs a new empty updatable set of the given expected size.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elements)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elements)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elements, int expectedSize)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterator<Character> elements)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterator<Character> elements)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newUpdatableSet(Iterator<Character> elements, int expectedSize)
           
static HashCharSet HashCharSets.newUpdatableSet(Iterator<Character> elements, int expectedSize)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashCharSet HashCharSetFactory.newUpdatableSetOf(char e1)
           
static HashCharSet HashCharSets.newUpdatableSetOf(char e1)
          Constructs a new updatable singleton set of the given element.
 HashCharSet HashCharSetFactory.newUpdatableSetOf(char e1, char e2)
           
static HashCharSet HashCharSets.newUpdatableSetOf(char e1, char e2)
          Constructs a new updatable set of the two specified elements.
 HashCharSet HashCharSetFactory.newUpdatableSetOf(char e1, char e2, char e3)
           
static HashCharSet HashCharSets.newUpdatableSetOf(char e1, char e2, char e3)
          Constructs a new updatable set of the three specified elements.
 HashCharSet HashCharSetFactory.newUpdatableSetOf(char e1, char e2, char e3, char e4)
           
static HashCharSet HashCharSets.newUpdatableSetOf(char e1, char e2, char e3, char e4)
          Constructs a new updatable set of the four specified elements.
 HashCharSet HashCharSetFactory.newUpdatableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
static HashCharSet HashCharSets.newUpdatableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
          Constructs a new updatable set of the specified elements.