Uses of Interface
com.eliad.util.LinearPointSet

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

Uses of LinearPointSet in com.eliad.util
 

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

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