Uses of Class
org.infinispan.commons.util.SmallIntSet
Packages that use SmallIntSet
-
Uses of SmallIntSet in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return SmallIntSetModifier and TypeMethodDescriptionstatic SmallIntSetSmallIntSet.from(byte[] bytes) Deprecated.static SmallIntSetDeprecated.Either converts the given set to an IntSet if it is one or creates a new IntSet and copies the contentsstatic SmallIntSetSmallIntSet.of(int i1) Deprecated.static SmallIntSetSmallIntSet.of(int... elements) Deprecated.static SmallIntSetSmallIntSet.of(int i1, int i2) Deprecated.static SmallIntSetSmallIntSet.of(int i1, int i2, int i3) Deprecated.static SmallIntSetSmallIntSet.of(PrimitiveIterator.OfInt iterator) Deprecated.static SmallIntSetSmallIntSet.readFrom(ObjectInput input) Deprecated.Methods in org.infinispan.commons.util with parameters of type SmallIntSetModifier and TypeMethodDescriptionstatic voidSmallIntSet.writeTo(ObjectOutput output, SmallIntSet set) Deprecated.