Uses of Interface
net.sourceforge.e4graph.VertexFilter

Uses of VertexFilter in net.sourceforge.e4graph
 

Methods in net.sourceforge.e4graph with parameters of type VertexFilter
 java.util.Iterator Storage.vertices(VertexFilter filter)
          Returns an iterator over vertices in this storage accepted by the specified filter.
 java.util.ListIterator Node.vertices(VertexFilter filter)
          Returns an iterator over the list of vertices in this node accepted by the specified filter, in index order.
 java.util.ListIterator Node.vertices(Vertex start, VertexFilter filter)
          Returns an iterator over the list of vertices in this node accepted by the specified filter, in index order, starting with the specified vertex.
 



Copyright (c) 2001, Silver Egg Technology Co., Ltd.