Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
IntDoubleLinkedSet |
IntDoubleLinkedSet.clone()
Clone this object.
|
static IntDoubleLinkedSet |
IntDoubleLinkedSet.from(int... elements)
Create a set from a variable number of arguments or an array of
int . |
static IntDoubleLinkedSet |
IntDoubleLinkedSet.from(IntContainer container)
Create a set from elements of another container.
|
static IntDoubleLinkedSet |
IntDoubleLinkedSet.newInstance()
Static constructor-like method similar to other (generic) collections.
|
Copyright © 2015 Carrot Search s.c.. All rights reserved.