|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.lib.cache.CacheSetSync<T>
public class CacheSetSync<T>
| Constructor Summary | |
|---|---|
CacheSetSync(CacheSet<T> cache)
|
|
| Method Summary | |
|---|---|
void |
add(T e)
|
void |
clear()
|
boolean |
contains(T obj)
|
boolean |
isEmpty()
|
void |
remove(T obj)
|
long |
size()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheSetSync(CacheSet<T> cache)
| Method Detail |
|---|
public void add(T e)
add in interface CacheSet<T>public void clear()
clear in interface CacheSet<T>public boolean contains(T obj)
contains in interface CacheSet<T>public boolean isEmpty()
isEmpty in interface CacheSet<T>public void remove(T obj)
remove in interface CacheSet<T>public long size()
size in interface CacheSet<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||