-
class
This set supports hybrid of two set implementations, where one is
efficient for small set and another one is efficient for large set.
class
class
Set implementation based on ArrayList.
class
Bit set based implementation of
Set
.
final class
Hybrid set that uses bit set for large set.
final class
Hybrid set that uses hash set for large set.
class
Hybrid set that uses indexable set for large set.
final class
Hybrid set that uses linked hash set for large set.
class
An efficient set implementation for
Indexable
objects.
class
This implementation leverages
Indexer
to take care of the mappings
between objects and indexes.
Adds all elements in collection c
, and returns the difference set
between c
and this set (before the call).
Creates and returns a new set.