Skip to content

Commit

Permalink
Move size method to IndexedElement.
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev committed Mar 10, 2023
1 parent a980e83 commit 5cd6827
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,6 @@ public <P> void ifPrimitiveOf(int index, Class<P> primitiveClass, Consumer<P> ac
}

abstract DataElement getOrNull(int index);

abstract int size();
}

0 comments on commit 5cd6827

Please sign in to comment.