| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ByteIterable.allSatisfy(BytePredicate predicate) |
boolean |
ByteIterable.anySatisfy(BytePredicate predicate) |
int |
ByteIterable.count(BytePredicate predicate) |
byte |
ByteIterable.detectIfNone(BytePredicate predicate,
byte ifNone) |
boolean |
ByteIterable.noneSatisfy(BytePredicate predicate) |
ByteIterable |
ByteIterable.reject(BytePredicate predicate) |
LazyByteIterable |
LazyByteIterable.reject(BytePredicate predicate) |
ByteIterable |
ByteIterable.select(BytePredicate predicate) |
LazyByteIterable |
LazyByteIterable.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ByteBag |
ByteBag.reject(BytePredicate predicate) |
MutableByteBag |
MutableByteBag.reject(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteBag.reject(BytePredicate predicate) |
ByteBag |
ByteBag.select(BytePredicate predicate) |
MutableByteBag |
MutableByteBag.select(BytePredicate predicate) |
ImmutableByteBag |
ImmutableByteBag.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutableByteCollection.reject(BytePredicate predicate) |
ImmutableByteCollection |
ImmutableByteCollection.reject(BytePredicate predicate) |
MutableByteCollection |
MutableByteCollection.select(BytePredicate predicate) |
ImmutableByteCollection |
ImmutableByteCollection.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ByteList |
ByteList.reject(BytePredicate predicate) |
MutableByteList |
MutableByteList.reject(BytePredicate predicate) |
ImmutableByteList |
ImmutableByteList.reject(BytePredicate predicate) |
ByteList |
ByteList.select(BytePredicate predicate) |
MutableByteList |
MutableByteList.select(BytePredicate predicate) |
ImmutableByteList |
ImmutableByteList.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleByteIterable |
ReversibleByteIterable.reject(BytePredicate predicate) |
OrderedByteIterable |
OrderedByteIterable.reject(BytePredicate predicate) |
ReversibleByteIterable |
ReversibleByteIterable.select(BytePredicate predicate) |
OrderedByteIterable |
OrderedByteIterable.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ByteSet |
ByteSet.reject(BytePredicate predicate) |
MutableByteSet |
MutableByteSet.reject(BytePredicate predicate) |
ImmutableByteSet |
ImmutableByteSet.reject(BytePredicate predicate) |
ByteSet |
ByteSet.select(BytePredicate predicate) |
MutableByteSet |
MutableByteSet.select(BytePredicate predicate) |
ImmutableByteSet |
ImmutableByteSet.select(BytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ByteStack |
ByteStack.reject(BytePredicate predicate) |
MutableByteStack |
MutableByteStack.reject(BytePredicate predicate) |
ImmutableByteStack |
ImmutableByteStack.reject(BytePredicate predicate) |
ByteStack |
ByteStack.select(BytePredicate predicate) |
MutableByteStack |
MutableByteStack.select(BytePredicate predicate) |
ImmutableByteStack |
ImmutableByteStack.select(BytePredicate predicate) |
Copyright © 2004–2017. All rights reserved.