PartitionBag<T>
, PartitionIterable<T>
PartitionImmutableBag<T>
, PartitionMutableBag<T>
PartitionHashBag
, PartitionImmutableBagImpl
public interface PartitionUnsortedBag<T> extends PartitionBag<T>
Modifier and Type | Method | Description |
---|---|---|
UnsortedBag<T> |
getRejected() |
|
UnsortedBag<T> |
getSelected() |
UnsortedBag<T> getSelected()
getSelected
in interface PartitionBag<T>
getSelected
in interface PartitionIterable<T>
UnsortedBag<T> getRejected()
getRejected
in interface PartitionBag<T>
getRejected
in interface PartitionIterable<T>
Copyright © 2004–2020. All rights reserved.