Class StringVector
- java.lang.Object
-
- org.rspeer.game.provider.callback.manager.cs2.loot.StringVector
-
-
Constructor Summary
Constructors Constructor Description StringVector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(String name)
void
clear()
boolean
contains(String name)
String
get(int index)
Iterator<String>
iterator()
int
size()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-