| Package | Description |
|---|---|
| org.infinispan.commons.util |
Commons package providing various utility classes
|
| Modifier and Type | Method and Description |
|---|---|
static SmallIntSet |
SmallIntSet.of(int... elements) |
static SmallIntSet |
SmallIntSet.of(int i1) |
static SmallIntSet |
SmallIntSet.of(int i1,
int i2) |
static SmallIntSet |
SmallIntSet.of(int i1,
int i2,
int i3) |
static SmallIntSet |
SmallIntSet.readFrom(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmallIntSet.writeTo(ObjectOutput output,
SmallIntSet set) |
| Constructor and Description |
|---|
SmallIntSet(SmallIntSet other) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.