Skip navigation links
de.unistuttgart.ims.commons, 0.1
A C D F G S 

A

add(K) - Method in class de.unistuttgart.ims.commons.Counter
Increases the value of k by 1.
add(K, int) - Method in class de.unistuttgart.ims.commons.Counter
Increases the value of k by i.
addAll(Collection<? extends K>) - Method in class de.unistuttgart.ims.commons.Counter
Increases the value of all elements in arg by 1.

C

Counter<K> - Class in de.unistuttgart.ims.commons
This class counts things, based on a HashMap with an Integer value.
Counter() - Constructor for class de.unistuttgart.ims.commons.Counter
 
Counter(Counter<K>) - Constructor for class de.unistuttgart.ims.commons.Counter
Copy constructor

D

de.unistuttgart.ims.commons - package de.unistuttgart.ims.commons
This package contains common classes that I use repeatedly.

F

fromString(Reader) - Static method in class de.unistuttgart.ims.commons.Counter
A static function that creates a Counter<String> object from a stream.

G

get(Object) - Method in class de.unistuttgart.ims.commons.Counter
 
getHighestCount() - Method in class de.unistuttgart.ims.commons.Counter
Returns the maximal number
getKeysWithMaxCount() - Method in class de.unistuttgart.ims.commons.Counter
 
getMax() - Method in class de.unistuttgart.ims.commons.Counter
Returns a pair with the maximal value and all elements that have it.
getMin() - Method in class de.unistuttgart.ims.commons.Counter
Returns a pair with the maximal value and all elements that have it.

S

subtract(K) - Method in class de.unistuttgart.ims.commons.Counter
Decreases the value of k by 1.
subtractAll(Collection<? extends K>) - Method in class de.unistuttgart.ims.commons.Counter
Decreases the value of all elements in arg by 1.
A C D F G S 
Skip navigation links
de.unistuttgart.ims.commons, 0.1

Copyright © 2016. All rights reserved.