Uses of Interface
org.op4j.operators.qualities.SortableOperator

Packages that use SortableOperator
org.op4j.operators.impl.fn.array   
org.op4j.operators.impl.fn.list   
org.op4j.operators.impl.fn.map   
org.op4j.operators.impl.fn.set   
org.op4j.operators.impl.op.map   
org.op4j.operators.intf.array   
org.op4j.operators.intf.list   
org.op4j.operators.intf.map   
org.op4j.operators.intf.set   
org.op4j.operators.qualities   
 

Uses of SortableOperator in org.op4j.operators.impl.fn.array
 

Classes in org.op4j.operators.impl.fn.array that implement SortableOperator
 class Level0ArrayOperator<I,T>
           
 class Level0ArraySelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.impl.fn.list
 

Classes in org.op4j.operators.impl.fn.list that implement SortableOperator
 class Level0ListOperator<I,T>
           
 class Level0ListSelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.impl.fn.map
 

Classes in org.op4j.operators.impl.fn.map that implement SortableOperator
 class Level0MapOperator<I,K,V>
           
 class Level0MapSelectedOperator<I,K,V>
           
 

Uses of SortableOperator in org.op4j.operators.impl.fn.set
 

Classes in org.op4j.operators.impl.fn.set that implement SortableOperator
 class Level0SetOperator<I,T>
           
 class Level0SetSelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.impl.op.map
 

Classes in org.op4j.operators.impl.op.map that implement SortableOperator
 class Level0BuildingMapOperator<I,K,V>
           
 

Uses of SortableOperator in org.op4j.operators.intf.array
 

Subinterfaces of SortableOperator in org.op4j.operators.intf.array
 interface ILevel0ArrayOperator<I,T>
           
 interface ILevel0ArraySelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.intf.list
 

Subinterfaces of SortableOperator in org.op4j.operators.intf.list
 interface ILevel0ListOperator<I,T>
           
 interface ILevel0ListSelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.intf.map
 

Subinterfaces of SortableOperator in org.op4j.operators.intf.map
 interface ILevel0BuildingMapOperator<I,K,V>
           
 interface ILevel0MapOperator<I,K,V>
           
 interface ILevel0MapSelectedOperator<I,K,V>
           
 

Uses of SortableOperator in org.op4j.operators.intf.set
 

Subinterfaces of SortableOperator in org.op4j.operators.intf.set
 interface ILevel0SetOperator<I,T>
           
 interface ILevel0SetSelectedOperator<I,T>
           
 

Uses of SortableOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return SortableOperator
 SortableOperator<T> SortableOperator.sort()
           Sorts the elements of the structure according to their natural ordering.
 SortableOperator<T> SortableOperator.sort(Comparator<? super T> comparator)
           Sorts the elements of the structure according to the order induced by the specified comparator.
 SortableOperator<T> SortableOperator.sortBy(IFunction<? super T,?> by)
           Sorts the elements of the structure according to the result of executing the specified function.
 



Copyright © 2012 The OP4J team. All Rights Reserved.