-
- Type Parameters:
T
- The type of the tail property.
- All Known Subinterfaces:
TailAccessor.TailProperty<T>
- Enclosing interface:
- TailAccessor<T>
public static interface TailAccessor.TailMutator<T>
Provides a mutator for a tail property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTail(T aTail)
Sets the tail for the tail property.
-
-
-
Method Detail
-
setTail
void setTail(T aTail)
Sets the tail for the tail property.- Parameters:
aTail
- The tail to be stored by the tail property.
-
-