Package | Description |
---|---|
com.gs.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
com.gs.collections.api.ordered | |
com.gs.collections.api.ordered.primitive | |
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
com.gs.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableIntList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
IntList
This file was automatically generated from template file primitiveList.stg.
|
interface |
MutableIntList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
ReversibleIntIterable |
ReversibleIterable.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
ReversibleIntIterable |
ReversibleIntIterable.reject(IntPredicate predicate) |
ReversibleIntIterable |
ReversibleIntIterable.select(IntPredicate predicate) |
ReversibleIntIterable |
ReversibleIntIterable.toReversed() |
Modifier and Type | Class and Description |
---|---|
class |
IntArrayList
IntArrayList is similar to
FastList , and is memory-optimized for int primitives. |
class |
SynchronizedIntList
A synchronized view of a
MutableIntList . |
class |
UnmodifiableIntList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
IntInterval
An IntInterval is a range of ints that may be iterated over using a step value.
|
Copyright © 2004–2017. All rights reserved.