Uses of Class
gnu.lists.Range.IntRange
Packages that use Range.IntRange
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of Range.IntRange in gnu.lists
Fields in gnu.lists declared as Range.IntRangeMethods in gnu.lists that return Range.IntRangeModifier and TypeMethodDescriptionstatic Range.IntRange
Range.IntRange.subList
(int fromIx, int toIx) Range.IntRange.subListFromRange
(int rstart, int rstep, int rsize) static Range.IntRange
Methods in gnu.lists with parameters of type Range.IntRangeModifier and TypeMethodDescriptionstatic SimpleVector
Sequences.copy
(List base, Range.IntRange range, boolean writable)