Klasse CustomList<T>
java.lang.Object
ch.framedev.simplejavautils.CustomList<T>
-
Konstruktordetails
-
CustomList
public CustomList() -
CustomList
public CustomList(int initialCapacity)
-
-
Methodendetails
-
add
-
add
-
get
-
get
-
set
-
remove
-
remove
-
contains
-
indexOf
-
lastIndexOf
-
size
public int size() -
isEmpty
public boolean isEmpty() -
clear
public void clear() -
trimToSize
public void trimToSize() -
toArray
-
toArray
-
iterator
-
toString
-