summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-22 14:09:49 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-03-22 14:09:49 +0100
commitb0567e8c479cec50ed326edcd6dd20ed93a046f5 (patch)
tree5382ad044ee0ddb66877edded24504b51ada4610 /container-search/abi-spec.json
parentadcc7343785867b991ecebb998fc96f541d21108 (diff)
Update ABI
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 40c86902f5c..36531fbf5e1 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -201,13 +201,17 @@
},
"com.yahoo.prelude.hitfield.RawBase64" : {
"superClass" : "java.lang.Object",
- "interfaces" : [ ],
+ "interfaces" : [
+ "java.lang.Comparable"
+ ],
"attributes" : [
"public"
],
"methods" : [
"public void <init>(byte[])",
- "public java.lang.String toString()"
+ "public int compareTo(com.yahoo.prelude.hitfield.RawBase64)",
+ "public java.lang.String toString()",
+ "public bridge synthetic int compareTo(java.lang.Object)"
],
"fields" : [ ]
},