Uses of Interface
com.eliad.util.CellsSet

Packages that use CellsSet
com.eliad.util This package contains simple interfaces and classes describing data structures and algorithms.  
 

Uses of CellsSet in com.eliad.util
 

Methods in com.eliad.util that return CellsSet
static CellsSet CellsSet.Factory.copy(CellsSet set)
          Provides a public, exception free, type-safe way of copying an CellsSet object.
static CellsSet CellsSet.Factory.createDefault()
          Creates a default implementation.
 

Methods in com.eliad.util with parameters of type CellsSet
static CellsSet CellsSet.Factory.copy(CellsSet set)
          Provides a public, exception free, type-safe way of copying an CellsSet object.