Class MapSequence
- java.lang.Object
-
- com.googlecode.aviator.runtime.type.seq.AbstractSequence<java.util.Map.Entry>
-
- com.googlecode.aviator.runtime.type.seq.MapSequence
-
- All Implemented Interfaces:
Sequence<java.util.Map.Entry>,java.lang.Iterable<java.util.Map.Entry>
public class MapSequence extends AbstractSequence<java.util.Map.Entry>
Sequence for map.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Mapmap
-
Constructor Summary
Constructors Constructor Description MapSequence(java.util.Map map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthintSize()java.util.Iterator<java.util.Map.Entry>iterator()CollectornewCollector(int size)-
Methods inherited from class com.googlecode.aviator.runtime.type.seq.AbstractSequence
toString
-
-
-
-
Method Detail
-
hintSize
public int hintSize()
-
newCollector
public Collector newCollector(int size)
-
iterator
public java.util.Iterator<java.util.Map.Entry> iterator()
-
-