- ADataPacket - Class in provided.datapacket
-
Abstract data packet that defines the use of a Class object as the index type.
- ADataPacket(Class<?>) - Constructor for class provided.datapacket.ADataPacket
-
Constructor for this abstract superclass
- ADataPacketAlgoCmd<R,D,P> - Class in provided.datapacket
-
A DataPacketAlgo command that is designed to work on a DataPacket host.
- ADataPacketAlgoCmd() - Constructor for class provided.datapacket.ADataPacketAlgoCmd
-
- addComponent(String, Component) - Method in interface provided.datapacket.ICmd2ModelAdapter
-
Allows the command to give a java.awt.Component to the host ChatApp to be displayed on
its GUI somewhere.
- AExtVisitor<R,I,P,H extends IExtVisitorHost<I,? super H>> - Class in provided.extvisitor
-
Abstract implementation of IExtVisitor that adds an invariant implementation of
storing commands associated with each case in a dictionary indexed by the
case's associated index value.
- AExtVisitor(IExtVisitorCmd<R, I, P, H>) - Constructor for class provided.extvisitor.AExtVisitor
-
Constructor that takes a default command to use.
- AExtVisitor(R) - Constructor for class provided.extvisitor.AExtVisitor
-
A convenience constructor that takes a value that the default command will return.
- AExtVisitorHost<I,H extends IExtVisitorHost<I,? extends H>> - Class in provided.extvisitor
-
Abstract implementation of IExtVisitorHost that provides defines a host by an index value and thus,
a concrete execute method.
- AExtVisitorHost(I) - Constructor for class provided.extvisitor.AExtVisitorHost
-
Constructor for the class.
- append(String) - Method in interface provided.datapacket.ICmd2ModelAdapter
-
Appends the given string onto a text display somewhere on the host ChatApp's GUI.
- apply(Class<?>, T, P...) - Method in class provided.datapacket.ADataPacketAlgoCmd
-
The actual method called by the host visitor when the associated case is invoked.
- apply(Class<?>, DataPacket<D>, P...) - Method in class provided.datapacket.ADataPacketAlgoCmd
-
Abstract method that actually performs the processing of the case.
- apply(I, T, P...) - Method in interface provided.extvisitor.IExtVisitorCmd
-
The method that is run by AExtVisitor when the case associated with this
command is executed.
- apply(P...) - Method in interface provided.util.ILambda
-
Run (apply) the lambda
- apply(P...) - Method in interface provided.util.IVoidLambda
-
Run (apply) the lambda