Class State.ArraysEntrySet

java.lang.Object
org.nuxeo.ecm.core.storage.State.ArraysEntrySet
All Implemented Interfaces:
Iterable<Map.Entry<String,Serializable>>, Collection<Map.Entry<String,Serializable>>, Set<Map.Entry<String,Serializable>>
Enclosing class:
State

protected class State.ArraysEntrySet extends Object implements Set<Map.Entry<String,Serializable>>
EntrySet optimized to just return a simple Iterator on the entries.