MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / getMaxId

Method getMaxId

src/main/java/com/amazon/ion/SymbolTable.java:207–207  ·  view source on GitHub ↗

Gets the highest symbol id reserved by this table. @return the largest integer such that #findKnownSymbol(int) could return a non- null result. Note that there is no promise that it will return a name, only that any larger id will not have a name defined.

()

Source from the content-addressed store, hash-verified

205 * have a name defined.
206 */
207 public int getMaxId();
208
209
210 /**

Implementers 5

SharedSymbolTablesrc/main/java/com/amazon/ion/impl/Shar
SubstituteSymbolTablesrc/main/java/com/amazon/ion/impl/Subs
LocalSymbolTablesrc/main/java/com/amazon/ion/impl/Loca
LocalSymbolTableSnapshotsrc/main/java/com/amazon/ion/impl/IonR
AbstractSymbolTablesrc/main/java/com/amazon/ion/impl/bin/

Calls

no outgoing calls