Package org.jacop.jasat.utils.structures
Class IntSet
- java.lang.Object
-
- org.jacop.jasat.utils.structures.IntTrie<IntTrie.SimpleNode>
-
- org.jacop.jasat.utils.structures.IntSet
-
public final class IntSet extends IntTrie<IntTrie.SimpleNode>
an efficient Set for unboxed int. It is just a subclass for the IntTrie, with a more convenient interface (no generics, simpler constructor). It also provides a part of the interface of BitSet.- Version:
- 4.7
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jacop.jasat.utils.structures.IntTrie
IntTrie.Node<E>, IntTrie.SimpleNode
-
-