Uses of Class
org.infinispan.commons.util.SmallIntSet
-
Packages that use SmallIntSet Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of SmallIntSet in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return SmallIntSet Modifier and Type Method Description static SmallIntSet
SmallIntSet. from(byte[] bytes)
Deprecated.static SmallIntSet
SmallIntSet. from(Set<Integer> set)
Deprecated.Either converts the given set to an IntSet if it is one or creates a new IntSet and copies the contentsstatic SmallIntSet
SmallIntSet. of(int i1)
Deprecated.static SmallIntSet
SmallIntSet. of(int... elements)
Deprecated.static SmallIntSet
SmallIntSet. of(int i1, int i2)
Deprecated.static SmallIntSet
SmallIntSet. of(int i1, int i2, int i3)
Deprecated.static SmallIntSet
SmallIntSet. of(PrimitiveIterator.OfInt iterator)
Deprecated.static SmallIntSet
SmallIntSet. readFrom(ObjectInput input)
Deprecated.Methods in org.infinispan.commons.util with parameters of type SmallIntSet Modifier and Type Method Description static void
SmallIntSet. writeTo(ObjectOutput output, SmallIntSet set)
Deprecated.
-