|
Starsector API
|
Public Member Functions | |
| void | add (K key, int quantity) |
| void | add (K key) |
| void | sub (K key) |
| void | sub (K key, int quantity) |
| int | getCount (K key) |
| Integer | get (Object key) |
| int | getTotal () |
| K | getLargest () |
Definition at line 5 of file CountingMap.java.
| void com.fs.starfarer.api.util.CountingMap< K >.add | ( | K | key | ) |
Definition at line 15 of file CountingMap.java.
| void com.fs.starfarer.api.util.CountingMap< K >.add | ( | K | key, |
| int | quantity ) |
Definition at line 8 of file CountingMap.java.
| Integer com.fs.starfarer.api.util.CountingMap< K >.get | ( | Object | key | ) |
Definition at line 40 of file CountingMap.java.
| int com.fs.starfarer.api.util.CountingMap< K >.getCount | ( | K | key | ) |
Definition at line 33 of file CountingMap.java.
| K com.fs.starfarer.api.util.CountingMap< K >.getLargest | ( | ) |
Definition at line 52 of file CountingMap.java.
| int com.fs.starfarer.api.util.CountingMap< K >.getTotal | ( | ) |
Definition at line 44 of file CountingMap.java.
| void com.fs.starfarer.api.util.CountingMap< K >.sub | ( | K | key | ) |
Definition at line 19 of file CountingMap.java.
| void com.fs.starfarer.api.util.CountingMap< K >.sub | ( | K | key, |
| int | quantity ) |
Definition at line 22 of file CountingMap.java.