145146147148149150151
return new ArrayMaxEventIterator(cache, cacheFilledTo); } public Collection<EventBean> getWindowCollectionReadOnly() { initCache(); return new ArrayMaxEventCollectionRO(cache, cacheFilledTo); }
138139140141142143144