Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
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). |
Modifier and Type | Method and Description |
---|---|
LongSet |
LongMap.longKeySet()
Returns a set view of the keys contained in this map.
|
LongSet |
LongHashMap.longKeySet()
Returns a set view of the keys contained in this map.
|
abstract LongSet |
AbstractLongMap.longKeySet() |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.