|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.objects.ObjectCollections
A class providing static methods and objects that do useful things with type-specific collections.
Collections
Nested Class Summary | |
static class |
ObjectCollections.SynchronizedCollection
A synchronized wrapper class for collections. |
Method Summary | |
static ObjectCollection |
synchronize(ObjectCollection c)
Returns a synchronized collection backed by the specified collection. |
static ObjectCollection |
synchronize(ObjectCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ObjectCollection synchronize(ObjectCollection c)
c
- the collection to be wrapped in a synchronized collection.
Collections.synchronizedCollection(Collection)
public static ObjectCollection synchronize(ObjectCollection c, Object sync)
c
- the collection to be wrapped in a synchronized collection.sync
- an object that will be used to synchronize the list access.
Collections.synchronizedCollection(Collection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |