Package | Description |
---|---|
com.cedarsoftware.util |
Modifier and Type | Class and Description |
---|---|
class |
CompactCIHashSet<E>
Similar to CompactSet, except that it uses a HashSet as delegate Set when
more than compactSize() elements are held.
|
class |
CompactCILinkedSet<E>
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
|
class |
CompactLinkedSet<E>
Similar to CompactSet, except that it uses a LinkedHashSet as delegate Set when
more than compactSize() elements are held.
|
Copyright © 2024. All rights reserved.