-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
clear() |
boolean |
contains(K key) |
V |
get(K key) |
void |
put(K key,
V value) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
public V get(K key)
- Specified by:
get
in interface Cache<K,V>
-
clear
public void clear()
- Specified by:
clear
in interface Cache<K,V>
Copyright © 2002-2014 P6Spy. All Rights Reserved.