E
- The type of the list elements.@InterfaceAudience.Private public interface ReadOnlyList<E> extends Iterable<E>
ReadOnlyList
is a unmodifiable list,
which supports read-only operations.Modifier and Type | Interface and Description |
---|---|
static class |
ReadOnlyList.Util
Utilities for
ReadOnlyList |
boolean isEmpty()
int size()
E get(int i)
Copyright © 2013 Apache Software Foundation. All rights reserved.