public interface RetargetableObject
Represents a position in some sequence.
For internal use only.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIndex(int index) Sets the current position of the object.
-
Method Details
-
setIndex
void setIndex(int index) Sets the current position of the object.- Parameters:
index- the new position
-