Package org.mybatis.scripting.velocity
Class RepeatDirective.RepeatScope
java.lang.Object
java.util.AbstractMap<Object,Object>
org.apache.velocity.runtime.directive.Scope
org.mybatis.scripting.velocity.RepeatDirective.RepeatScope
- Enclosing class:
RepeatDirective
public static class RepeatDirective.RepeatScope
extends org.apache.velocity.runtime.directive.Scope
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.velocity.runtime.directive.Scope
org.apache.velocity.runtime.directive.Scope.Info
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields inherited from class org.apache.velocity.runtime.directive.Scope
owner
-
Constructor Summary
-
Method Summary
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
-
Field Details
-
index
protected int index -
hasNext
protected boolean hasNext -
var
-
-
Constructor Details
-
RepeatScope
-
-
Method Details
-
getIndex
public int getIndex() -
getCount
public int getCount() -
hasNext
public boolean hasNext() -
getHasNext
public boolean getHasNext() -
isFirst
public boolean isFirst() -
getFirst
public boolean getFirst() -
isLast
public boolean isLast() -
getLast
public boolean getLast() -
getVar
-