Class MutableUnsignedLongSet
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.utils.MutableUnsignedLongSet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long longBits)voidaddAll(org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet other)booleancontains(long longBits)booleanequals(Object obj)inthashCode()ImmutableUnsignedLongSetimmutableCopy()booleanisEmpty()@NonNull MutableUnsignedLongSetmutableCopy()static @NonNull MutableUnsignedLongSetof()static @NonNull MutableUnsignedLongSetof(long... ulongs)@NonNull NavigableSet<org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet.Entry>ranges()intrangeSize()ImmutableRangeSet<UnsignedLong>toRangeSet()StringtoString()
-
-
-
Method Detail
-
of
public static @NonNull MutableUnsignedLongSet of()
-
of
public static @NonNull MutableUnsignedLongSet of(long... ulongs)
-
immutableCopy
public ImmutableUnsignedLongSet immutableCopy()
-
add
public void add(long longBits)
-
addAll
public void addAll(org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet other)
-
toRangeSet
public ImmutableRangeSet<UnsignedLong> toRangeSet()
-
contains
public final boolean contains(long longBits)
-
isEmpty
public final boolean isEmpty()
-
rangeSize
public final int rangeSize()
-
mutableCopy
public final @NonNull MutableUnsignedLongSet mutableCopy()
-
ranges
public final @NonNull NavigableSet<org.opendaylight.controller.cluster.datastore.utils.UnsignedLongSet.Entry> ranges()
-
-