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

Packages that use HashIntSet
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 HashIntSet in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashIntSet
 HashIntSet HashIntByteMap.keySet()
           
 HashIntSet HashIntCharMap.keySet()
           
 HashIntSet HashIntDoubleMap.keySet()
           
 HashIntSet HashIntFloatMap.keySet()
           
 HashIntSet HashIntIntMap.keySet()
           
 HashIntSet HashIntLongMap.keySet()
           
 HashIntSet HashIntObjMap.keySet()
           
 HashIntSet HashIntShortMap.keySet()
           
 

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

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