java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.rtcache.scripting.groovy.Snapshot
All Implemented Interfaces:
groovy.lang.GroovyObject, Iterable<Object>

public final class Snapshot extends groovy.lang.GroovyObjectSupport implements Iterable<Object>
  • Method Details

    • size

      public int size()
      Returns:
      The number of objects in the cache.
    • getAt

      public Object getAt(String p_strKey)
    • iterator

      public Iterator<Object> iterator()
      Specified by:
      iterator in interface Iterable<Object>
    • every

      public boolean every(groovy.lang.Closure<?> p_closure)
    • any

      public boolean any(groovy.lang.Closure<?> p_closure)
    • each

      public Object each(groovy.lang.Closure<?> p_closure)
    • find

      public Object find(groovy.lang.Closure<?> p_closure)
    • findAll

      public Object findAll(groovy.lang.Closure<?> p_closure)
    • collect

      public List<?> collect(groovy.lang.Closure<?> p_closure)