Package com.bazaarvoice.jolt.common.tree
Class ArrayMatchedElement
- java.lang.Object
-
- com.bazaarvoice.jolt.common.pathelement.BasePathElement
-
- com.bazaarvoice.jolt.common.tree.MatchedElement
-
- com.bazaarvoice.jolt.common.tree.ArrayMatchedElement
-
- All Implemented Interfaces:
EvaluatablePathElement
,PathElement
public class ArrayMatchedElement extends MatchedElement
-
-
Field Summary
Fields Modifier and Type Field Description private int
origSize
-
Constructor Summary
Constructors Constructor Description ArrayMatchedElement(java.lang.String key, int origSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrigSize()
java.lang.Integer
getRawIndex()
-
Methods inherited from class com.bazaarvoice.jolt.common.tree.MatchedElement
evaluate, getCanonicalForm, getHashCount, getSubKeyCount, getSubKeyRef, incrementHashCount
-
Methods inherited from class com.bazaarvoice.jolt.common.pathelement.BasePathElement
getRawKey, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.PathElement
getRawKey
-
-