Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VCollections – Release 1
Interface org.violetlib.collections.IMap.FVisitor
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.collections

Interface IMap.FVisitor<K,V,R>

  • Enclosing interface:
    IMap<K,V>
    public static interface IMap.FVisitor<K,V,R>
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator visit Reveal DetailHide Detail
      abstract R visit(K key, V element)
       
      R visit(K key, V element)