public class CountingMap<L> extends Object
CountingMap()
void
add(L value)
clear()
boolean
containsKey(L value)
int
get(L value)
isEmpty()
static void
main(String[] args)
remove(L value)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CountingMap()
public boolean containsKey(L value)
public int get(L value)
public boolean isEmpty()
public void clear()
public void add(L value)
public boolean remove(L value)
public String toString()
toString
Object
public static void main(String[] args)
Copyright © 2016 The Apache Software Foundation. All rights reserved.