Uses of Class
org.infinispan.commons.util.SmallIntSet

Packages that use SmallIntSet
Package
Description
Commons package providing various utility classes
  • Uses of SmallIntSet in org.infinispan.commons.util

    Modifier and Type
    Method
    Description
    SmallIntSet.from(byte[] bytes)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.from(Set<Integer> set)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Either converts the given set to an IntSet if it is one or creates a new IntSet and copies the contents
    SmallIntSet.of(int i1)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.of(int... elements)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.of(int i1, int i2)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.of(int i1, int i2, int i3)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.of(PrimitiveIterator.OfInt iterator)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    SmallIntSet.readFrom(ObjectInput input)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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, for removal: This API element is subject to removal in a future version.