Class MutableUnsignedLongSet
java.lang.Object
org.opendaylight.controller.cluster.datastore.utils.MutableUnsignedLongSet
- All Implemented Interfaces:
Mutable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(long longBits) void
addAll
(org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet other) final boolean
contains
(long longBits) final boolean
final int
hashCode()
final boolean
isEmpty()
final @NonNull MutableUnsignedLongSet
static @NonNull MutableUnsignedLongSet
of()
static @NonNull MutableUnsignedLongSet
of
(long... ulongs) final @NonNull NavigableSet
<org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet.Entry> ranges()
final int
final String
toString()
-
Method Details
-
of
-
of
-
immutableCopy
-
add
public void add(long longBits) -
addAll
public void addAll(org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet other) -
toRangeSet
-
contains
public final boolean contains(long longBits) -
isEmpty
public final boolean isEmpty() -
rangeSize
public final int rangeSize() -
mutableCopy
-
ranges
public final @NonNull NavigableSet<org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet.Entry> ranges() -
hashCode
public final int hashCode() -
equals
-
toString
-