类 EasyArray
java.lang.Object
cn.nkpro.elcube.co.easy.EasyList
cn.nkpro.elcube.co.easy.EasyArray
- 所有已实现的接口:
EasyCollection,Iterable<EasySingle>,Collection<EasySingle>
-
方法概要
修饰符和类型方法说明booleanadd(EasySingle e)booleanaddAll(@NotNull Collection<? extends EasySingle> c)append()append(int index)voidclear()booleanbooleanremoveAll(@NotNull Collection<?> c)booleanretainAll(@NotNull Collection<?> c)从类继承的方法 cn.nkpro.elcube.co.easy.EasyList
contains, containsAll, find, get, isEmpty, iterator, size, toArray, toArray从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
方法详细资料
-
append
- 指定者:
append在接口中EasyCollection- 覆盖:
append在类中EasyList
-
append
- 指定者:
append在接口中EasyCollection- 覆盖:
append在类中EasyList
-
add
- 指定者:
add在接口中Collection<EasySingle>- 覆盖:
add在类中EasyList
-
addAll
- 指定者:
addAll在接口中Collection<EasySingle>- 覆盖:
addAll在类中EasyList
-
remove
- 指定者:
remove在接口中Collection<EasySingle>- 覆盖:
remove在类中EasyList
-
removeAll
- 指定者:
removeAll在接口中Collection<EasySingle>- 覆盖:
removeAll在类中EasyList
-
retainAll
- 指定者:
retainAll在接口中Collection<EasySingle>- 覆盖:
retainAll在类中EasyList
-
clear
public void clear()- 指定者:
clear在接口中Collection<EasySingle>- 覆盖:
clear在类中EasyList
-