Package com.swiftmq.tools.collection
Class ConcurrentExpandableList<T>
java.lang.Object
com.swiftmq.tools.collection.ExpandableList<T>
com.swiftmq.tools.collection.ConcurrentExpandableList<T>
-
Field Summary
Fields inherited from class com.swiftmq.tools.collection.ExpandableList
freeIndexes, list
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConcurrentExpandableList
public ConcurrentExpandableList()
-
-
Method Details
-
add
- Overrides:
add
in classExpandableList<T>
-
get
- Overrides:
get
in classExpandableList<T>
-
remove
public void remove(int index) - Overrides:
remove
in classExpandableList<T>
-
indexOf
- Overrides:
indexOf
in classExpandableList<T>
-
size
public int size()- Overrides:
size
in classExpandableList<T>
-
clear
public void clear()- Overrides:
clear
in classExpandableList<T>
-