Uses of Interface
org.jhotdraw8.collection.primitive.IntSet
Packages that use IntSet
Package
Description
Defines interfaces for primitive collections and provides implementations.
-
Uses of IntSet in org.jhotdraw8.collection.primitive
Classes in org.jhotdraw8.collection.primitive that implement IntSetModifier and TypeClassDescriptionclassA dense set of int-values which can be cleared in O(1); needs 16-bits storage space for each int-value.classA dense set of int-values which can be cleared in O(1); needs 8-bits storage space for each int-value.classExtension ofDenseIntSet8Bitthat can be used, when the size of the set is not known.