public class EntitySet<T> extends Object implements Collection<T>, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
EntitySet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic EntitySet setMetadatas(LinkedHashMap metadatas)
public LinkedHashMap<String,Column> getMetadatas()
public T get(int index)
public boolean isResult()
public void setResult(boolean result)
public String getCode()
public void setCode(String code)
public Exception getException()
public void setException(Exception exception)
public String getMessage()
public void setMessage(String message)
public PageNavi getNavi()
public void setNavi(PageNavi navi)
public String getDatalink()
public void setDatalink(String datalink)
public String getDataSource()
public void setDataSource(String dataSource)
public String getSchema()
public void setSchema(String schema)
public String getTable()
public void setTable(String table)
public long getCreateTime()
public void setCreateTime(long createTime)
public long getExpires()
public void setExpires(long expires)
public boolean isFromCache()
public void setFromCache(boolean fromCache)
public boolean isAsc()
public void setAsc(boolean asc)
public boolean isDesc()
public void setDesc(boolean desc)
public int size()
size 在接口中 Collection<T>public boolean isEmpty()
isEmpty 在接口中 Collection<T>public boolean contains(Object o)
contains 在接口中 Collection<T>public Object[] toArray()
toArray 在接口中 Collection<T>public <T1> T1[] toArray(T1[] a)
toArray 在接口中 Collection<T>public boolean add(T t)
add 在接口中 Collection<T>public boolean remove(Object o)
remove 在接口中 Collection<T>public boolean containsAll(Collection<?> c)
containsAll 在接口中 Collection<T>public boolean addAll(Collection<? extends T> c)
addAll 在接口中 Collection<T>public boolean removeAll(Collection<?> c)
removeAll 在接口中 Collection<T>public boolean removeIf(Predicate<? super T> filter)
removeIf 在接口中 Collection<T>public boolean retainAll(Collection<?> c)
retainAll 在接口中 Collection<T>public void clear()
clear 在接口中 Collection<T>public Spliterator<T> spliterator()
spliterator 在接口中 Iterable<T>spliterator 在接口中 Collection<T>public Stream<T> stream()
stream 在接口中 Collection<T>public Stream<T> parallelStream()
parallelStream 在接口中 Collection<T>Copyright © 2022. All rights reserved.