Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.partition.bag |
This package contains interfaces for
PartitionBag . |
com.gs.collections.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag . |
com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
com.gs.collections.impl.partition.bag |
This package contains implementations of the
PartitionBag interface. |
com.gs.collections.impl.partition.bag.sorted |
This package contains implementations of the
PartitionSortedBag interface. |
Class and Description |
---|
PartitionBag
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.
|
PartitionImmutableBag
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
PartitionMutableBag
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.
|
PartitionUnsortedBag |
Class and Description |
---|
PartitionBag
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.
|
PartitionImmutableBag
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
PartitionUnsortedBag |
Class and Description |
---|
PartitionBag
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.
|
Class and Description |
---|
PartitionImmutableBag
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
Class and Description |
---|
PartitionMutableBag
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.
|
Class and Description |
---|
PartitionBag
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.
|
PartitionImmutableBag
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
PartitionMutableBag
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.
|
PartitionUnsortedBag |
Class and Description |
---|
PartitionBag
A PartitionBag is the result of splitting a bag into two Bags based on a Predicate.
|
Copyright © 2004–2016. All rights reserved.