All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openstar.util.PointSequence

java.lang.Object
   |
   +----openstar.util.TypedList
           |
           +----openstar.util.TCTList
                   |
                   +----openstar.util.PointSequence

public class PointSequence
extends TCTList
A class representing a sequence of points in the n-dimensional euclidean space.

Version:
09 Apr 1997
Author:
Nils Schwabe

Constructor Index

 o PointSequence()

Method Index

 o clone()
Makes a deep copy of the PointSequence.
 o cyclicIdentical(PointSequence)
Applies a special equality test.

Constructors

 o PointSequence
  public PointSequence()

Methods

 o clone
  public Object clone()
Makes a deep copy of the PointSequence. All points of the sequence are also cloned.

Overrides:
clone in class TCTList
 o cyclicIdentical
  public boolean cyclicIdentical(PointSequence cmp)
Applies a special equality test.

true is returned if both sequences have the same length and there exists a rotation or a mirroring of the points in the lists, after which both lists are equal.


All Packages  Class Hierarchy  This Package  Previous  Next  Index