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

Packages that use NavigatingMapEntryOperator
org.op4j.operators.impl.fn.map   
org.op4j.operators.intf.map   
org.op4j.operators.qualities   
 

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

Classes in org.op4j.operators.impl.fn.map that implement NavigatingMapEntryOperator
 class Level2MapEntriesKeyOperator<I,K,V>
           
 class Level2MapEntriesSelectedKeyOperator<I,K,V>
           
 class Level2MapEntriesSelectedValueOperator<I,K,V>
           
 class Level2MapEntriesValueOperator<I,K,V>
           
 class Level2MapSelectedEntriesKeyOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedKeyOperator<I,K,V>
           
 class Level2MapSelectedEntriesSelectedValueOperator<I,K,V>
           
 class Level2MapSelectedEntriesValueOperator<I,K,V>
           
 

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

Subinterfaces of NavigatingMapEntryOperator in org.op4j.operators.intf.map
 interface ILevel2MapEntriesKeyOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedKeyOperator<I,K,V>
           
 interface ILevel2MapEntriesSelectedValueOperator<I,K,V>
           
 interface ILevel2MapEntriesValueOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesKeyOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedKeyOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesSelectedValueOperator<I,K,V>
           
 interface ILevel2MapSelectedEntriesValueOperator<I,K,V>
           
 

Uses of NavigatingMapEntryOperator in org.op4j.operators.qualities
 

Methods in org.op4j.operators.qualities that return NavigatingMapEntryOperator
 NavigatingMapEntryOperator NavigableMapEntryOperator.onKey()
           Accesses the key of a map entry.
 NavigatingMapEntryOperator NavigableMapEntryOperator.onValue()
           Accesses the value of a map entry.
 



Copyright © 2012 The OP4J team. All Rights Reserved.