Uses of Class
jsonvalues.Index
-
-
Uses of Index in jsonvalues
Methods in jsonvalues that return Index Modifier and Type Method Description IndexIndex. asIndex()Returns this index.IndexKey. asIndex()throws UnsupportedOperationException.IndexPosition. asIndex()Casts this position into an Index, throwing an exception if it's a Key.static IndexIndex. of(int index)Returns a new instance witch represents the given index in an array.
-