public abstract class ProtoList<T extends ProtoObject<T>> extends ProtoObject<T>
| Modifier | Constructor and Description |
|---|---|
protected |
ProtoList() |
protected |
ProtoList(Collection<T> col) |
protected |
ProtoList(T... objs) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
add(T bean) |
protected boolean |
addAll(Collection<T> bean) |
protected boolean |
clean() |
boolean |
hasInfo() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
List<T> |
obtain() |
T |
obtain(int index) |
int |
size() |
List<T> |
subList(int fromIndex,
int toIndex) |
clone, compareTo, equals, hashCode, hasNotInfo, toStringprotected ProtoList()
protected ProtoList(Collection<T> col)
@SafeVarargs protected ProtoList(T... objs)
protected boolean add(T bean)
protected boolean addAll(Collection<T> bean)
protected boolean clean()
public int size()
public boolean isEmpty()
public boolean isNotEmpty()
public boolean hasInfo()
hasInfo in class ProtoObject<T extends ProtoObject<T>>public T obtain(int index)
Copyright © 2017. All rights reserved.