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> VgetElement(int index) Return the ith element of the array.Methods inherited from class dev.webfx.platform.ast.ReadOnlyAstArrayWrapper
getWrappedArray, indexOf, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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:ReadOnlyAstArrayReturn the ith element of the array. Most consuming call.- Specified by:
getElementin interfaceReadOnlyAstArray- Overrides:
getElementin classReadOnlyAstArrayWrapper
-