Package dev.webfx.platform.conf.impl
Class ConfigArray
java.lang.Object
dev.webfx.platform.ast.ReadOnlyAstArrayWrapper
dev.webfx.platform.conf.impl.ConfigArray
- All Implemented Interfaces:
ReadOnlyAstArray
,ReadOnlyAstNode
,Iterable<Object>
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> V
getElement
(int index) Return the ith element of the array.Methods inherited from class dev.webfx.platform.ast.ReadOnlyAstArrayWrapper
getWrappedArray, indexOf, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface dev.webfx.platform.ast.ReadOnlyAstArray
getArray, getBoolean, getBoolean, getDouble, getDouble, getInteger, getInteger, getLong, getLong, getObject, getScalar, getScalar, getString, getString, isArray, isNull, isObject, isScalar, iterator
-
Constructor Details
-
ConfigArray
-
-
Method Details
-
getElement
public <V> V getElement(int index) Description copied from interface:ReadOnlyAstArray
Return the ith element of the array. Most consuming call.- Specified by:
getElement
in interfaceReadOnlyAstArray
- Overrides:
getElement
in classReadOnlyAstArrayWrapper
-