A B C D E F G H I J L M N O P R S T U V W X Y

A

AALOAD - Static variable in class edu.rit.classfile.Op
An aaload instruction.
AASTORE - Static variable in class edu.rit.classfile.Op
An aastore instruction.
ABOVE - Static variable in class edu.rit.slides.items.TextItem
The text box is positioned above the anchor point.
ABOVE_LEFT - Static variable in class edu.rit.slides.items.TextItem
The text box is positioned above and to the left of the anchor point.
ABOVE_RIGHT - Static variable in class edu.rit.slides.items.TextItem
The text box is positioned above and to the right of the anchor point.
acceptIncomingMessage() - Method in class edu.rit.m2mp.M2MP
Obtain the next incoming message from this M2MP Layer.
acceptIncomingMessage(long) - Method in class edu.rit.m2mp.M2MP
Obtain the next incoming message from this M2MP Layer, with a timeout.
acceptMessage(Packet) - Method in class edu.rit.m2mp.MessageRouter
Determine whether to accept an incoming M2MP message.
accumulate(int) - Method in class edu.rit.crypto.MuH1MessageDigest
Accumulate a four-byte integer into this message digest object.
accumulate(byte) - Method in class edu.rit.crypto.MuH1MessageDigest
Accumulate a byte into this message digest object.
accumulate(byte[]) - Method in class edu.rit.crypto.MuH1MessageDigest
Accumulate a byte array into this message digest object.
accumulate(byte[], int, int) - Method in class edu.rit.crypto.MuH1MessageDigest
Accumulate a portion of a byte array into this message digest object.
accumulateSeed(int) - Method in class edu.rit.crypto.MuH1Random
Accumulate the given int seed value into this μH-1 PRNG.
accumulateSeed(long) - Method in class edu.rit.crypto.MuH1Random
Accumulate the given long seed value into this μH-1 PRNG.
ACONST_NULL - Static variable in class edu.rit.classfile.Op
An aconst_null instruction.
action(Timer) - Method in class edu.rit.chat2.Chat
Upon timeout, broadcast the existence of this chat room.
action(Timer) - Method in interface edu.rit.util.TimerTask
Perform this timer task's timed actions.
add(Invocation) - Method in class edu.rit.m2mi.InvocationQueue
Add the given invocation object to the end of this invocation queue.
add(double, double) - Method in class edu.rit.slides.items.Point
Returns a new point at the given offsets from this point.
add(Size) - Method in class edu.rit.slides.items.Point
Returns a new point at the given width and height away from this point.
add(SlideDescriptor, Slide) - Method in class edu.rit.slides.SlideSet
Add the given slide descriptor and associated slide to this slide set.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.ConstructorReference
Add an argument to the referenced constructor.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.MethodReference
Add an argument to the referenced method.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.SynthesizedAbstractMethodDescription
Add an argument to the described method.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Add an argument to this described constructor.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.SynthesizedInterfaceMethodDescription
Add an argument to the described method.
addArgumentType(TypeReference) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Add an argument to this described method.
addCase(int, Location) - Method in class edu.rit.classfile.SwitchInstruction
Add a (case value, target branch location) pair to this switch instruction.
addChatRoom(ChatRoom, boolean) - Method in class edu.rit.chat2.ChatFrame
Add the given chat room to this chat frame.
addExceptionHandler(Location, Location, Location, ClassReference) - Method in class edu.rit.classfile.SynthesizedClassInitializerDescription
Add an exception handler to the described class initializer's list of exception handlers.
addExceptionHandler(Location, Location, Location, ClassReference) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Add an exception handler to the described constructor's list of exception handlers.
addExceptionHandler(Location, Location, Location, ClassReference) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Add an exception handler to the described method's list of exception handlers.
addInstruction(Instruction) - Method in class edu.rit.classfile.SynthesizedClassInitializerDescription
Adds the given instruction to the described class initializer's list of bytecode instructions.
addInstruction(Instruction) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Adds the given instruction to the described constructor's list of bytecode instructions.
addInstruction(Instruction) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Adds the given instruction to the described method's list of bytecode instructions.
addKey(Object) - Method in class edu.rit.m2mi.M2MIMessagePrefix
Add the given export map key to this M2MI message prefix bag.
addMessageFilter(byte[]) - Method in class edu.rit.m2mp.M2MP
Register the given message filter with this M2MP Layer.
addMessageFilter(byte[]) - Method in class edu.rit.m2mp.MessageRouter
Add a message filter to this message router.
addSlideGroup(Collection) - Method in class edu.rit.slides.SlideShow
Add the given slide group to the end of this slide show.
addSlideGroup(Slide[]) - Method in class edu.rit.slides.SlideShow
Add the given slide group to the end of this slide show.
addSuperinterface(ClassReference) - Method in class edu.rit.classfile.SynthesizedClassOrInterfaceDescription
Add a superinterface to the described class.
addSurvey(SurveyState) - Method in class edu.rit.survey.SurveyUI
Add the given survey to this survey UI.
addThrownException(ClassReference) - Method in class edu.rit.classfile.SynthesizedAbstractMethodDescription
Add a thrown exception to the described method.
addThrownException(ClassReference) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Add a thrown exception to this described constructor.
addThrownException(ClassReference) - Method in class edu.rit.classfile.SynthesizedInterfaceMethodDescription
Add a thrown exception to the described method.
addThrownException(ClassReference) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Add a thrown exception to this described method.
allocate() - Method in class edu.rit.m2mp.PacketPool
Allocate a packet from this packet pool.
ALOAD(int) - Static method in class edu.rit.classfile.Op
An aload instruction.
ANEWARRAY(ArrayOrClassReference) - Static method in class edu.rit.classfile.Op
An anewarray instruction.
ArcItem - Class in edu.rit.slides.items
Class ArcItem provides a slide item that consists of a circular arc.
ArcItem() - Constructor for class edu.rit.slides.items.ArcItem
Construct a new empty arc item.
ArcItem(Point, double, double, double) - Constructor for class edu.rit.slides.items.ArcItem
Construct a new arc item.
ArcItem(Point, double, double, double, Outline) - Constructor for class edu.rit.slides.items.ArcItem
Construct a new arc item with the given outline.
ARETURN - Static variable in class edu.rit.classfile.Op
An areturn instruction.
ARRAYLENGTH - Static variable in class edu.rit.classfile.Op
An arraylength instruction.
ArrayOrClassReference - Class in edu.rit.classfile
Class ArrayOrClassReference is the abstract superclass used to refer to an array type or a class type.
ArrayProcessor - Interface in edu.rit.m2mi.test
Interface ArrayProcessor specifies the interface for an exported object that processes an array of integers.
ArrayProcessorTest01 - Class in edu.rit.m2mi.test
Class ArrayProcessorTest01 is a main program for testing M2MI.
ArrayProcessorTest02 - Class in edu.rit.m2mi.test
Class ArrayProcessorTest02 is a main program for testing M2MI.
ArrayReference - Class in edu.rit.classfile
Class ArrayReference encapsulates the information needed to refer to an array type.
ArrayReference(TypeReference, int) - Constructor for class edu.rit.classfile.ArrayReference
Construct a new array reference with the given component type and dimensions.
Arrow - Class in edu.rit.slides.items
Class Arrow provides various kinds of arrowheads that can be added to the ends of a LineItem.
Arrow() - Constructor for class edu.rit.slides.items.Arrow
Construct a new nonexistent arrow.
associate(Screen, String) - Method in class edu.rit.slides.DiscoverableScreenObject
Associate this discoverable screen object with the given theatre.
ASTORE(int) - Static method in class edu.rit.classfile.Op
An astore instruction.
ATHROW - Static variable in class edu.rit.classfile.Op
An athrow instruction.
attach(Object) - Method in class edu.rit.m2mi.Multihandle
Attach the given object to this multihandle.
attach(Object) - Method in class edu.rit.m2mi.Unihandle
Attach the given object to this unihandle.
available() - Method in class edu.rit.m2mp.MessageInputStream
Determine the number of bytes available from this message input stream.
availableSlides(Projector, Eoid[]) - Method in interface edu.rit.slides.Screen
Notify this screen that a projector has the given slides available.
availableSlides(Projector, Eoid[]) - Method in class edu.rit.slides.ScreenObject
Notify this screen that a projector has the given slides available.

A B C D E F G H I J L M N O P R S T U V W X Y
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.