de.uplanet.lucy.server.rtcache
Class GroovyRtCache.Snapshot
java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.rtcache.GroovyRtCache.Snapshot
- All Implemented Interfaces:
- groovy.lang.GroovyObject, java.lang.Iterable<java.lang.Object>
- Enclosing class:
- GroovyRtCache
public static class GroovyRtCache.Snapshot
- extends groovy.lang.GroovyObjectSupport
- implements java.lang.Iterable<java.lang.Object>
Method Summary |
boolean |
any(groovy.lang.Closure p_closure)
|
java.util.List<?> |
collect(groovy.lang.Closure p_closure)
|
java.lang.Object |
each(groovy.lang.Closure p_closure)
|
boolean |
every(groovy.lang.Closure p_closure)
|
java.lang.Object |
find(groovy.lang.Closure p_closure)
|
java.lang.Object |
getAt(java.lang.String p_strKey)
|
java.util.Iterator<java.lang.Object> |
iterator()
|
int |
size()
|
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size()
- Returns:
- The number of application objects in the cache.
getAt
public java.lang.Object getAt(java.lang.String p_strKey)
throws de.uplanet.lucy.server.businesslogic.BlException
- Throws:
de.uplanet.lucy.server.businesslogic.BlException
iterator
public java.util.Iterator<java.lang.Object> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<java.lang.Object>
every
public boolean every(groovy.lang.Closure p_closure)
any
public boolean any(groovy.lang.Closure p_closure)
each
public java.lang.Object each(groovy.lang.Closure p_closure)
find
public java.lang.Object find(groovy.lang.Closure p_closure)
collect
public java.util.List<?> collect(groovy.lang.Closure p_closure)
Last updated: 2011-08-11 10-04
Copyright © 2000-2011 United Planet. All Rights Reserved.