Package | Description |
---|---|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
ImmutableByteSetFactory.empty() |
ImmutableByteSet |
ImmutableByteSetFactory.of()
Same as
ImmutableByteSetFactory.empty() . |
ImmutableByteSet |
ImmutableByteSetFactory.of(byte... items)
Same as
ImmutableByteSetFactory.with(byte[]) . |
ImmutableByteSet |
ImmutableByteSetFactory.of(byte one)
Same as
ImmutableByteSetFactory.with(byte) . |
ImmutableByteSet |
ImmutableByteSetFactory.ofAll(ByteIterable items)
|
ImmutableByteSet |
ImmutableByteSetFactory.with()
Same as
ImmutableByteSetFactory.empty() . |
ImmutableByteSet |
ImmutableByteSetFactory.with(byte... items) |
ImmutableByteSet |
ImmutableByteSetFactory.with(byte one) |
ImmutableByteSet |
ImmutableByteSetFactory.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
ImmutableSet.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
ImmutableByteSet.newWith(byte element) |
ImmutableByteSet |
ImmutableByteSet.newWithAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSet.newWithout(byte element) |
ImmutableByteSet |
ImmutableByteSet.newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSet.reject(BytePredicate predicate) |
ImmutableByteSet |
ImmutableByteSet.select(BytePredicate predicate) |
ImmutableByteSet |
MutableByteSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableByteSet |
ByteSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
AbstractMutableByteKeySet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
AbstractImmutableSet.collectByte(ByteFunction<? super T> byteFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableByteSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
ImmutableByteSetFactoryImpl.empty() |
ImmutableByteSet |
AbstractImmutableByteSet.newWith(byte element) |
ImmutableByteSet |
AbstractImmutableByteSet.newWithAll(ByteIterable elements) |
ImmutableByteSet |
AbstractImmutableByteSet.newWithout(byte element) |
ImmutableByteSet |
AbstractImmutableByteSet.newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.of() |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.of(byte... items) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.of(byte one) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteSet |
AbstractImmutableByteSet.toImmutable() |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.with() |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.with(byte... items) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.with(byte one) |
ImmutableByteSet |
ImmutableByteSetFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteSet |
UnmodifiableByteSet.toImmutable() |
ImmutableByteSet |
ByteHashSet.toImmutable() |
ImmutableByteSet |
SynchronizedByteSet.toImmutable() |
Copyright © 2004–2016. All rights reserved.