Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LongSet
This class extends
Set with methods that are specific
for long values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongSet
This class provides a skeletal implementation of the
LongSet
interface, to minimize the effort required to implement this interface. |
class |
LongHashSet
This class implements the
LongSet interface, backed by a hash table
(actually a LongHashMap instance). |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.