Class StringVectors
- java.lang.Object
-
- org.rspeer.game.provider.callback.manager.cs2.loot.StringVectors
-
public class StringVectors extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOOTIGNORE
static int
LOOTSOURCEIGNORE
-
Constructor Summary
Constructors Constructor Description StringVectors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringVector
computeIfAbsent(int key, Function<? super Integer,? extends StringVector> func)
StringVector
get(int key)
-
-
-
Field Detail
-
LOOTSOURCEIGNORE
public static final int LOOTSOURCEIGNORE
- See Also:
- Constant Field Values
-
LOOTIGNORE
public static final int LOOTIGNORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
computeIfAbsent
public StringVector computeIfAbsent(int key, Function<? super Integer,? extends StringVector> func)
-
get
public StringVector get(int key)
-
-