Skip to content

Commit

Permalink
Allow access 2 internal structure via intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
BradBot1 committed Jul 13, 2023
1 parent aeffbfb commit 2edffd7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ public void set(final T toWrite) {
this.structure.write(index, toWrite);
}

/**
* @return The internal structure modifier
*/
public StructureModifier<T> getInternalStructureModifier() {
return this.structure;
}

}

0 comments on commit 2edffd7

Please sign in to comment.