Package xyz.cofe.cbuffer.page
Interface ArrayReadonly<V>
-
public interface ArrayReadonly<V>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intcount()Vget(int idx)static <V> ArrayReadonly<V>of(Iterable<V> iter)static <V> ArrayReadonly<V>of(List<V> lst)
-
-
-
Method Detail
-
get
V get(int idx)
-
count
int count()
-
of
static <V> ArrayReadonly<V> of(Iterable<V> iter)
-
of
static <V> ArrayReadonly<V> of(List<V> lst)
-
-