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
-
PointSequence()
-
-
clone()
- Makes a deep copy of the PointSequence.
-
cyclicIdentical(PointSequence)
- Applies a special equality test.
PointSequence
public PointSequence()
clone
public Object clone()
- Makes a deep copy of the PointSequence. All points of the sequence
are also cloned.
- Overrides:
- clone in class TCTList
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