Class MutableUnsignedLongSet
java.lang.Object
org.opendaylight.controller.cluster.datastore.utils.MutableUnsignedLongSet
- All Implemented Interfaces:
Mutable
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(long longBits) voidaddAll(org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet other) final booleancontains(long longBits) final booleanfinal inthashCode()final booleanisEmpty()final @NonNull MutableUnsignedLongSetstatic @NonNull MutableUnsignedLongSetof()static @NonNull MutableUnsignedLongSetof(long... ulongs) final @NonNull NavigableSet<org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet.Entry> ranges()final intfinal StringtoString()
-
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
-