Interface IntSeqKey
- All Known Implementing Classes:
IntSeqKeyFive
,IntSeqKeyFour
,IntSeqKeyMany
,IntSeqKeyOne
,IntSeqKeyRoot
,IntSeqKeySix
,IntSeqKeyThree
,IntSeqKeyTwo
public interface IntSeqKey
-
Method Summary
Modifier and TypeMethodDescriptionaddToEnd
(int num) int[]
boolean
isParentTo
(IntSeqKey other) int
last()
int
length()
-
Method Details
-
isParentTo
-
addToEnd
-
removeFromEnd
IntSeqKey removeFromEnd() -
length
int length() -
last
int last() -
asIntArray
int[] asIntArray()
-