public final class PrimitiveCollections extends Object
Collections
.Constructor and Description |
---|
PrimitiveCollections() |
Modifier and Type | Method and Description |
---|---|
static IntSet |
emptyIntSet()
Returns an immutable, empty
IntSet . |
static IntSet |
unmodifiableSet(IntSet s)
Returns an immuable view of the provided
IntSet . |
Copyright © 2012. All Rights Reserved.