Package org.fxmisc.undo.impl
Class ZeroSizeChangeQueue.QueuePositionImpl
- java.lang.Object
-
- org.fxmisc.undo.impl.ZeroSizeChangeQueue.QueuePositionImpl
-
- All Implemented Interfaces:
ChangeQueue.QueuePosition
- Enclosing class:
- ZeroSizeChangeQueue<C>
private class ZeroSizeChangeQueue.QueuePositionImpl extends java.lang.Object implements ChangeQueue.QueuePosition
-
-
Field Summary
Fields Modifier and Type Field Description private longrev
-
Constructor Summary
Constructors Constructor Description QueuePositionImpl(long seq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)private ZeroSizeChangeQueue<C>getQueue()booleanisValid()
-
-
-
Method Detail
-
isValid
public boolean isValid()
- Specified by:
isValidin interfaceChangeQueue.QueuePosition
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getQueue
private ZeroSizeChangeQueue<C> getQueue()
-
-