- ICmd2ModelAdapter - Interface in provided.datapacket
-
Interface between a DataPacketAlgoCmd and the model of a ChatApp system.
- idx - Variable in class provided.extvisitor.AExtVisitorHost
-
The index value that is associated with this host object
- IExtVisitor<R,I,P,H extends IExtVisitorHost<I,? super H>> - Interface in provided.extvisitor
-
Interface that defines an extended visitor that has specific types for its
return value, R, its index value, I, its input parameters, P, and its
host, H.
- IExtVisitorCmd<R,I,P,H extends IExtVisitorHost<I,? super H>> - Interface in provided.extvisitor
-
Interface that defines a command used by AExtVisitor that has specific
types for its return value, R, its index value, I, its input parameters, P,
and its host, H.
- IExtVisitorHost<I,H extends IExtVisitorHost<I,? extends H>> - Interface in provided.extvisitor
-
An interface defining a host for an IExtVisitor who can visit this type of host.
- ILambda<R,P> - Interface in provided.util
-
Generalized lambda that takes inputs and has a return value
- IRMI_Defs - Interface in provided.rmiUtils
-
Definitions for use in RMI programs
- IRMIUtils - Interface in provided.rmiUtils
-
Utility interface used to abstract and encapsulate the configuration
initialization and shutdown of RMI
- isStop - Variable in class provided.rmiUtils.classServer.ClassServer
-
- IVoidLambda<P> - Interface in provided.util
-
Generalized lambda that takes a vararg of input parameters and has no return value.