Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Util.Graphs
Class EdgeNavigator.AddLeftFilter  view EdgeNavigator.AddLeftFilter download EdgeNavigator.AddLeftFilter.java

java.lang.Object
  extended byUtil.Collections.FilterIterator.Filter
      extended byUtil.Graphs.EdgeNavigator.AddLeftFilter
Enclosing class:
EdgeNavigator

public static class EdgeNavigator.AddLeftFilter
extends Util.Collections.FilterIterator.Filter


Field Summary
(package private)  java.lang.Object left
           
 
Constructor Summary
EdgeNavigator.AddLeftFilter(java.lang.Object o)
           
 
Method Summary
 java.lang.Object map(java.lang.Object o)
          Perform a mapping on elements from the source enumeration.
 
Methods inherited from class Util.Collections.FilterIterator.Filter
isElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

java.lang.Object left
Constructor Detail

EdgeNavigator.AddLeftFilter

public EdgeNavigator.AddLeftFilter(java.lang.Object o)
Method Detail

map

public java.lang.Object map(java.lang.Object o)
Description copied from class: Util.Collections.FilterIterator.Filter
Perform a mapping on elements from the source enumeration.
Default implementation returns o (identity mapping).