Package mondrian.olap
Class Util.ByteMatcher
- java.lang.Object
-
- mondrian.olap.Util.ByteMatcher
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
key
-
Constructor Summary
Constructors Constructor Description ByteMatcher(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
match(byte[] a)
Matches the pre-compiled byte array token against a byte array variable and returns the index of the key within the array.
-