PartitionIterable<T>
PartitionImmutableList<T>
, PartitionImmutableSortedBag<T>
, PartitionImmutableSortedSet<T>
, PartitionImmutableStack<T>
, PartitionList<T>
, PartitionMutableList<T>
, PartitionMutableSortedBag<T>
, PartitionMutableSortedSet<T>
, PartitionMutableStack<T>
, PartitionReversibleIterable<T>
, PartitionSortedBag<T>
, PartitionSortedIterable<T>
, PartitionSortedSet<T>
, PartitionStack<T>
PartitionArrayStack
, PartitionFastList
, PartitionImmutableListImpl
, PartitionImmutableSortedBagImpl
, PartitionImmutableSortedSetImpl
, PartitionImmutableStackImpl
, PartitionTreeBag
, PartitionTreeSortedSet
public interface PartitionOrderedIterable<T> extends PartitionIterable<T>
Modifier and Type | Method | Description |
---|---|---|
OrderedIterable<T> |
getRejected() |
|
OrderedIterable<T> |
getSelected() |
OrderedIterable<T> getSelected()
getSelected
in interface PartitionIterable<T>
OrderedIterable<T> getRejected()
getRejected
in interface PartitionIterable<T>
Copyright © 2004–2019. All rights reserved.