Interface PathTable<T>

Type Parameters:
T - The type of the Table's value elements.
All Superinterfaces:
AnnotatorAccessor, Clearable, Containable, DelimiterAccessor, EmptyAccessor, ImmutablePathTable<T>, ImmutablePathTable.MutablePathTable<T>, ImmutableTable<String,T>, ImmutableTable.MutableTable<String,T>, Keys<String,T>, Keys.MutableKeys<String,T>, Keys.MutableValues<String,T>, Map<String,T>, Table<String, T, PathTable<T>>, TypeAccessor<T>
All Known Subinterfaces:
CanonicalTable, ClassStructTable, InterOperableTable<T>, SimpleTypeTable
All Known Implementing Classes:
MapCanonicalTable, MapClassStructTable, MapPathTable, MapSimpleTypeTable

public interface PathTable<T> extends ImmutablePathTable.MutablePathTable<T>, Table<String, T, PathTable<T>>
The PathTable type extends the ImmutablePathTable.MutablePathTable and provides mutator (write) as well as builder methods for manipulating the entries.