org.jboss.cache.pojo.collection
Class CachedObjectArray
java.lang.Object
org.jboss.cache.pojo.collection.CachedArray
org.jboss.cache.pojo.collection.CachedObjectArray
public class CachedObjectArray
- extends CachedArray
A CachedObjectArray is used to back arrays with a component type that extends Object.
It currently maps each array element to a cache Node, to support fine-grained locking.
- Author:
- Jason T. Greene
Method Summary |
void |
destroy()
|
java.lang.Object |
get(int index)
|
void |
set(int index,
java.lang.Object element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedObjectArray
protected CachedObjectArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
set
public void set(int index,
java.lang.Object element)
- Specified by:
set
in class CachedArray
get
public java.lang.Object get(int index)
- Specified by:
get
in class CachedArray
destroy
public void destroy()
- Overrides:
destroy
in class CachedArray
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.