Cytoscape 2.8.0 API

Uses of Interface
cytoscape.util.intr.IntEnumerator

Packages that use IntEnumerator
cytoscape.geom.spacial   
cytoscape.graph.dynamic   
cytoscape.graph.fixed   
cytoscape.util.intr   
 

Uses of IntEnumerator in cytoscape.geom.spacial
 

Subinterfaces of IntEnumerator in cytoscape.geom.spacial
 interface SpacialEntry2DEnumerator
          An enumeration over a set of entries in a SpacialIndex2D structure.
 

Uses of IntEnumerator in cytoscape.graph.dynamic
 

Methods in cytoscape.graph.dynamic that return IntEnumerator
 IntEnumerator DynamicGraph.edges()
          Returns an enumeration of all edges currently in this graph.
 IntEnumerator DynamicGraph.edgesAdjacent(int node, boolean outgoing, boolean incoming, boolean undirected)
          Returns a non-repeating enumeration of edges adjacent to a node.
 IntEnumerator DynamicGraph.nodes()
          Returns an enumeration of all nodes currently in this graph.
 

Uses of IntEnumerator in cytoscape.graph.fixed
 

Methods in cytoscape.graph.fixed that return IntEnumerator
 IntEnumerator FixedGraph.edges()
          Returns an enumeration of all edges in this graph.
 IntEnumerator FixedGraph.edgesAdjacent(int node, boolean outgoing, boolean incoming, boolean undirected)
          Returns a non-repeating enumeration of edges adjacent to a node.
 IntEnumerator FixedGraph.nodes()
          Returns an enumeration of all nodes in this graph.
 

Uses of IntEnumerator in cytoscape.util.intr
 

Classes in cytoscape.util.intr that implement IntEnumerator
 class ArrayIntEnumerator
          A utility class which conveniently converts an array of integers into an IntEnumerator (an enumeration of integers).
 

Methods in cytoscape.util.intr that return IntEnumerator
 IntEnumerator MinIntHeap.elements()
          Returns an enumeration over all the elements currently in this heap; the order of elements in the returned enumeration is undefined.
 IntEnumerator IntStack.elements()
          Returns an enumeration of all elements currently on this stack.
 IntEnumerator IntQueue.elements()
          Returns an enumeration of all elements currently in this queue.
 IntEnumerator IntHash.elements()
          Returns an enumeration of elements in this hashtable, ordered arbitrarily.
 IntEnumerator IntTHash.keys()
          Returns an enumeration of keys in this hashtable, ordered arbitrarily.
 IntEnumerator IntObjHash.keys()
          Returns an enumeration of keys in this hashtable, ordered arbitrarily.
 IntEnumerator IntIntHash.keys()
          Returns an enumeration of keys in this hashtable, ordered arbitrarily.
 IntEnumerator MinIntHeap.orderedElements(boolean pruneDuplicates)
          Returns an enumeration of elements in this heap, ordered such that the least element is first in the returned enumeration.
 IntEnumerator IntBTree.searchRange(int xMin, int xMax, boolean reverseOrder)
          Returns an enumeration of all entries in the range [xMin, xMax] currently in this tree, duplicates included.
 IntEnumerator IntIntHash.values()
          Returns an enumeration of values in this hashtable, ordered arbitrarily.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.