public class Range extends Object
static Range
ALL
int
max
min
Range(int min, int max)
<T> Iterable<T>
apply(Collection<T> s)
<T> List<T>
apply(List<T> s)
apply(T[] a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int min
public final int max
public static final Range ALL
public Range(int min, int max)
public <T> List<T> apply(T[] a)
public <T> List<T> apply(List<T> s)
public <T> Iterable<T> apply(Collection<T> s)
Copyright © 2014. All rights reserved.