Class ForeachScope
- java.lang.Object
-
- java.util.AbstractMap<Object,Object>
-
- org.apache.velocity.runtime.directive.Scope
-
- org.apache.velocity.runtime.directive.ForeachScope
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.velocity.runtime.directive.Scope
Scope.Info
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ForeachScope(Object owner, Object replaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
boolean
getFirst()
boolean
getHasNext()
int
getIndex()
boolean
getLast()
boolean
hasNext()
boolean
isFirst()
boolean
isLast()
-
Methods inherited from class org.apache.velocity.runtime.directive.Scope
entrySet, get, getDepth, getInfo, getParent, getReplaced, getTopmost, put, set, stop
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-