Package elki.database.ids.integer
Class FastutilIntOpenHashSetModifiableDBIDs.IntOpenHashSet
- java.lang.Object
-
- java.util.AbstractCollection<java.lang.Integer>
-
- it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- it.unimi.dsi.fastutil.ints.AbstractIntSet
-
- it.unimi.dsi.fastutil.ints.IntOpenHashSet
-
- elki.database.ids.integer.FastutilIntOpenHashSetModifiableDBIDs.IntOpenHashSet
-
- All Implemented Interfaces:
it.unimi.dsi.fastutil.Hash
,it.unimi.dsi.fastutil.ints.IntCollection
,it.unimi.dsi.fastutil.ints.IntIterable
,it.unimi.dsi.fastutil.ints.IntSet
,java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<java.lang.Integer>
,java.util.Collection<java.lang.Integer>
,java.util.Set<java.lang.Integer>
- Enclosing class:
- FastutilIntOpenHashSetModifiableDBIDs
private static class FastutilIntOpenHashSetModifiableDBIDs.IntOpenHashSet extends it.unimi.dsi.fastutil.ints.IntOpenHashSet
Customized table.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private int
c
Scan position for pop().private static long
serialVersionUID
Serial version
-
Constructor Summary
Constructors Constructor Description IntOpenHashSet()
Constructor.IntOpenHashSet(int size)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
popInt()
Pop a single value from the hash table.-
Methods inherited from class it.unimi.dsi.fastutil.ints.IntOpenHashSet
add, addAll, addAll, clear, clone, contains, forEach, hashCode, isEmpty, iterator, of, of, of, of, of, rehash, remove, shiftKeys, size, spliterator, toSet, toSetWithExpectedSize, trim, trim
-
Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractIntCollection
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toIntArray, toIntArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version- See Also:
- Constant Field Values
-
c
private transient int c
Scan position for pop().
-
-