|
|||||||||
Home >> All >> Freenet >> [ support overview ] | PREV NEXT |
A
- add(long, long, Callback) - Method in class Freenet.support.Ticker
- Adds a callback
- addOutput(OutputStream) - Method in class Freenet.support.SplitOutputStream
- addOutput(OutputStream, Callback) - Method in class Freenet.support.SplitOutputStream
- addinput(InputStream) - Method in class Freenet.support.Funnel
- addoutput(OutputStream) - Method in class Freenet.support.Splitter
- addreader(Reader) - Method in class Freenet.support.Funnel
- addwriter(Writer) - Method in class Freenet.support.Splitter
- ar - Variable in class Freenet.support.CyclicArray
- The array that contains the objects
B
- BinaryTree - class Freenet.support.BinaryTree.
- This class represents a simple binary search tree.
- BinaryTree() - Constructor for class Freenet.support.BinaryTree
- Branch - class Freenet.support.Branch.
- Branch(long, Object, Branch) - Constructor for class Freenet.support.Branch
- ByteCounter - interface Freenet.support.ByteCounter.
C
- Callback - interface Freenet.support.Callback.
- Interface to simple callback classes
- CyclicArray - class Freenet.support.CyclicArray.
- This class represents an array which is of finite length and can have information added to it in such a way that if the array fills to capacity, the last information added will be deleted.
- CyclicArray(int) - Constructor for class Freenet.support.CyclicArray
- ca - Variable in class Freenet.support.LimitedBinaryTree
- callback() - Method in interface Freenet.support.Callback
- callback() - Method in class Freenet.support.SplitOutputStream
- When callback is called, the connections have their respective callbacks called, and are then removed.
- callback() - Method in class Freenet.support.StreamElement
- callback() - Method in class Freenet.support.testCB
- cancel(long) - Method in class Freenet.support.Ticker
- Cancels a callback
- cb - Variable in class Freenet.support.StreamElement
- cb - Variable in class Freenet.support.TLL
- charAt(int) - Method in class Freenet.support.StringKey
- charComp(char, char, char) - Method in class Freenet.support.StringKey
- classes - Static variable in class Freenet.support.Loader
- close() - Method in class Freenet.support.SplitOutputStream
- close() - Method in class Freenet.support.StreamElement
- compare(Key, Key) - Method in class Freenet.support.StringKey
- count(int) - Method in interface Freenet.support.ByteCounter
D
- DEBUG - Static variable in class Freenet.support.Logger
- DEBUGGING - Static variable in class Freenet.support.Logger
- An occurance which would only be of interest during debugging
- delete(long) - Method in class Freenet.support.BinaryTree
- delete(long) - Method in class Freenet.support.LimitedBinaryTree
- dest - Variable in class Freenet.support.Funnel
- df - Static variable in class Freenet.support.Logger
E
- ERROR - Static variable in class Freenet.support.Logger
- This message indicates an error which prevents correct functionality
- equals(Object) - Method in class Freenet.support.StringKey
F
- Freenet.support - package Freenet.support
- Funnel - class Freenet.support.Funnel.
- Funnel() - Constructor for class Freenet.support.Funnel
- Funnel(OutputStream) - Constructor for class Freenet.support.Funnel
- finished() - Method in interface Freenet.support.ByteCounter
- funnel() - Method in class Freenet.support.Funnel
G
- get(long) - Method in class Freenet.support.BinaryTree
- get(long) - Method in class Freenet.support.Branch
- get(int) - Method in class Freenet.support.CyclicArray
- Return the object at a given position in the CyclicArray
- getPos(int) - Method in class Freenet.support.CyclicArray
- Return the position of the object in the internal array
H
- hashCode() - Method in class Freenet.support.StringKey
I
K
L
- LimitedBinaryTree - class Freenet.support.LimitedBinaryTree.
- This class represents a binary tree of limited size which uses integers as keys.
- LimitedBinaryTree(int) - Constructor for class Freenet.support.LimitedBinaryTree
- Loader - class Freenet.support.Loader.
- Loader() - Constructor for class Freenet.support.Loader
- Logger - class Freenet.support.Logger.
- Logger() - Constructor for class Freenet.support.Logger
- Lout - Static variable in class Freenet.support.Logger
- The stream to which the log should be sent
- left - Variable in class Freenet.support.Branch
- length() - Method in class Freenet.support.CyclicArray
- Obtain the length of this CyclicArray
- lessThan(Key) - Method in class Freenet.support.StringKey
- load(String) - Static method in class Freenet.support.Loader
- log(String, String, int) - Static method in class Freenet.support.Logger
- Log a message
- logto(String) - Static method in class Freenet.support.Logger
- logto(OutputStream) - Static method in class Freenet.support.Logger
- logto(PrintStream) - Static method in class Freenet.support.Logger
M
- MINOR - Static variable in class Freenet.support.Logger
- A minor occurance that wouldn't normally be of interest
- main(String[]) - Static method in class Freenet.support.Loader
- main(String[]) - Static method in class Freenet.support.StringUtils
- main(String[]) - Static method in class Freenet.support.Ticker
- mangle(String) - Static method in class Freenet.support.Loader
- minimum() - Method in class Freenet.support.Branch
N
- NORMAL - Static variable in class Freenet.support.Logger
- A normal level occurance
- next - Variable in class Freenet.support.TLL
O
- out - Variable in class Freenet.support.StreamElement
- outputs - Variable in class Freenet.support.SplitOutputStream
- outputs - Variable in class Freenet.support.Splitter
P
- p - Variable in class Freenet.support.testCB
- parent - Variable in class Freenet.support.Branch
- prefix - Static variable in class Freenet.support.Loader
- ptr - Variable in class Freenet.support.CyclicArray
- A pointer to the next item to be deleted, moves backwards through array
- put(long, Object) - Method in class Freenet.support.BinaryTree
- put(long, Object) - Method in class Freenet.support.Branch
- put(Object) - Method in class Freenet.support.CyclicArray
- Adds an object to the top of the cyclic array.
- put(long, Object) - Method in class Freenet.support.LimitedBinaryTree
R
- read() - Method in class Freenet.support.Funnel
- remove(int) - Method in class Freenet.support.CyclicArray
- Removes an object from the specified position in the CyclicArray
- right - Variable in class Freenet.support.Branch
- run() - Method in class Freenet.support.Splitter
- run() - Method in class Freenet.support.Ticker
S
- SplitOutputStream - class Freenet.support.SplitOutputStream.
- SplitOutputStream() - Constructor for class Freenet.support.SplitOutputStream
- Splitter - class Freenet.support.Splitter.
- Splitter() - Constructor for class Freenet.support.Splitter
- Splitter(InputStream) - Constructor for class Freenet.support.Splitter
- StreamElement - class Freenet.support.StreamElement.
- StreamElement(OutputStream, Callback) - Constructor for class Freenet.support.StreamElement
- StringKey - class Freenet.support.StringKey.
- An implementation of the Key interface for Strings
- StringKey(String) - Constructor for class Freenet.support.StringKey
- StringUtils - class Freenet.support.StringUtils.
- StringUtils() - Constructor for class Freenet.support.StringUtils
- size - Variable in class Freenet.support.BinaryTree
- source - Variable in class Freenet.support.Splitter
- split() - Method in class Freenet.support.Splitter
- split(String, char) - Static method in class Freenet.support.StringUtils
- successor() - Method in class Freenet.support.Branch
T
- TLL - class Freenet.support.TLL.
- TLL(TLL, long, Callback, long) - Constructor for class Freenet.support.TLL
- Ticker - class Freenet.support.Ticker.
- This class allows a callback to be called after a specified amount of time.
- Ticker() - Constructor for class Freenet.support.Ticker
- Ticker(long) - Constructor for class Freenet.support.Ticker
- terminator - Static variable in class Freenet.support.Logger
- testCB - class Freenet.support.testCB.
- testCB(String) - Constructor for class Freenet.support.testCB
- threshold - Static variable in class Freenet.support.Logger
- ticker - Variable in class Freenet.support.Ticker
- time - Variable in class Freenet.support.TLL
- tll - Variable in class Freenet.support.Ticker
- toString() - Method in class Freenet.support.BinaryTree
- toString() - Method in class Freenet.support.Branch
- toString() - Method in class Freenet.support.StringKey
- tree - Variable in class Freenet.support.BinaryTree
V
- value - Variable in class Freenet.support.Branch
- value - Variable in class Freenet.support.StringKey
- verbosity - Static variable in class Freenet.support.Logger
W
- write(int) - Method in class Freenet.support.SplitOutputStream
- write(int) - Method in class Freenet.support.Splitter
- writers - Variable in class Freenet.support.Splitter
A B C D E F G H I K L M N O P R S T V W
|
|||||||||
Home >> All >> Freenet >> [ support overview ] | PREV NEXT |