Package com.jackmeng.stl
Class stl_LooseList<T>
java.lang.Object
com.jackmeng.stl.stl_LooseList<T>
- All Implemented Interfaces:
java.lang.Iterable<T>
public class stl_LooseList<T>
extends java.lang.Object
implements java.lang.Iterable<T>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
stl_LooseList.looselist_Iterator<T>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description stl_LooseList()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
list
-
-
Constructor Details
-
stl_LooseList
public stl_LooseList()
-
-
Method Details
-
add
-
get
-
remove
public void remove(int index) -
size
public int size() -
iterator
- Specified by:
iterator
in interfacejava.lang.Iterable<T>
-