Uses of Package
edu.uci.ics.jung.utils

Packages that use edu.uci.ics.jung.utils
edu.uci.ics.jung.algorithms.blockmodel   
edu.uci.ics.jung.algorithms.cluster   
edu.uci.ics.jung.algorithms.importance   
edu.uci.ics.jung.graph   
edu.uci.ics.jung.graph.decorators   
edu.uci.ics.jung.graph.event   
edu.uci.ics.jung.graph.impl   
edu.uci.ics.jung.utils   
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.blockmodel
UserData
          Represents custom user- and system-level information to extend the definition of a node.
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.cluster
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.algorithms.importance
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph
Pair
          Stores a pair of values together.
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph.decorators
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph.event
UserDataContainer
          The generic interface for storing UserData.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.graph.impl
Pair
          Stores a pair of values together.
UserData
          Represents custom user- and system-level information to extend the definition of a node.
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
 

Classes in edu.uci.ics.jung.utils used by edu.uci.ics.jung.utils
MutableDouble
          The MutableDouble class wraps a value of the primitive type double in a mutable object.
MutableInteger
          The MutableInteger class wraps a value of the primitive type int in a mutable object.
SubsetManager
          A class which allows users to create and maintain Predicate-specified vertex and edge subsets.
UserDataContainer
          The generic interface for storing UserData.
UserDataContainer.CopyAction
          Decides what to do when a user datum is copied.
VertexGenerator
          This general interface defines a factory to produce vertices.