|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.sort.PermutedSequence<T>
public abstract class PermutedSequence<T>
| Constructor Summary | |
|---|---|
PermutedSequence(Permutation perm,
Sequence<T> orig)
|
|
| Method Summary | |
|---|---|
abstract int |
getOldID(T obj)
|
T |
next()
Return the next item in the iteration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PermutedSequence(Permutation perm,
Sequence<T> orig)
| Method Detail |
|---|
public abstract int getOldID(T obj)
public T next()
Sequence
next in interface Sequence<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||