Interface PathTable<T>

Type Parameters:
T - The type of the Table's value elements.
All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor, org.refcodes.mixin.Clearable, Containable, org.refcodes.mixin.DelimiterAccessor, org.refcodes.mixin.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>>, org.refcodes.mixin.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.