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

A

add(int) - Method in class net.jxta.search.util.IntVector
Adds an element to the end of this vector.
add(int[]) - Method in class net.jxta.search.util.IntVector
Adds elements to the end of this vector.
add(int[], int) - Static method in class net.jxta.search.util.IntVector
 
add(int[], int, int, int) - Static method in class net.jxta.search.util.IntVector
 
add(long) - Method in class net.jxta.search.util.LongVector
Adds an element to the end of this vector.
addWord(char[], int, int) - Method in class net.jxta.search.util.OPMPHF
 
addWord(String) - Method in class net.jxta.search.util.OPMPHF
 
adjustTop() - Method in class net.jxta.search.util.PriorityQueue
Should be called when the Object at top changes values.
ALL - Static variable in class net.jxta.search.util.LogService
 
array() - Method in class net.jxta.search.util.LongVector
Returns the element array.
array() - Method in class net.jxta.search.util.IntVector
Returns the element array.

B

base64decode(byte[]) - Static method in class net.jxta.search.util.TextTools
Decode base64-encoded text in the given buffer.
base64encode(byte[]) - Static method in class net.jxta.search.util.TextTools
Encode text in the given buffer.
beginGenerate() - Method in class net.jxta.search.util.OPMPHF
 
beginRequest(URL, String) - Method in class net.jxta.search.util.HttpConnection
 
beginRequest(URL, String, int) - Method in class net.jxta.search.util.HttpConnectionService
 
BM - class net.jxta.search.util.BM.
Boyer-Moore string-matching algorithm.
BM() - Constructor for class net.jxta.search.util.BM
 
byteFromHex(char, char) - Static method in class net.jxta.search.util.HexTools
Returns a byte with the binary equivalent of the two chars passed to it

C

cancelAction(Object) - Method in class net.jxta.search.util.SchedulerService
 
cdata(Tag, byte[], int, int) - Method in interface net.jxta.search.util.ValidatingXmlParser.ParserCallback
 
chars(byte[], int, int) - Method in interface net.jxta.search.util.XmlParser.ParserCallback
 
chars(Tag, String) - Method in interface net.jxta.search.util.ValidatingXmlParser.ParserCallback
 
clear() - Method in class net.jxta.search.util.PriorityQueue
Removes all entries from the PriorityQueue.
clearDebug() - Method in class net.jxta.search.util.TermCountService
 
close() - Method in class net.jxta.search.util.MemoryStream
 
compile(String) - Method in class net.jxta.search.util.KMP
 
compile(String) - Method in interface net.jxta.search.util.StringMatcher
Compile the pattern into some algorithm-specific data structure.
compile(String) - Method in class net.jxta.search.util.BM
 
compute_counts_bm(String[], String[], int[][], int[]) - Static method in class net.jxta.search.util.TermCountService
Computes raw stats for relevance routine using BM method from net.jxta.search.java.util.BM.
compute_counts_naive(String[], String[], int[][], int[]) - Static method in class net.jxta.search.util.TermCountService
Compute counts using naive method.
createPipeAdv(File, String, PeerGroup) - Static method in class net.jxta.search.util.JxtaPipeUtil
Given a file containing a pipe advertisement, returns the a that advertisement.
crypt(String) - Method in class net.jxta.search.util.CryptService
 
crypt(String, String) - Method in class net.jxta.search.util.CryptService
 
CryptService - class net.jxta.search.util.CryptService.
JCrypt.java Java-based implementation of the unix crypt command Based upon C source code written by Eric Young, eay@psych.uq.oz.au
CryptService() - Constructor for class net.jxta.search.util.CryptService
 

D

DEBUG - Static variable in class net.jxta.search.util.LogService
 
decode(String) - Static method in class net.jxta.search.util.Entities
Converts HTML entities in text to normal characters.
decodeEntity(String) - Static method in class net.jxta.search.util.Entities
Converts an HTML entity to a one character string.
deHexify(String) - Static method in class net.jxta.search.util.HexTools
Returns a byte array containing the binary equivalent of the string of hexidecimal characters passed to it.
deHexifyChars(String, char) - Static method in class net.jxta.search.util.HexTools
Takes a string and a character and replaces all instances of the characters hexidecimal value (in the form %XX) with the character and returns the result.
deleted() - Method in class net.jxta.search.util.HttpConnection
LRUCache.Cacheable implementation - this method is called when the object is deleted from the cache.
disconnect() - Method in class net.jxta.search.util.HttpConnection
 
Dnrm2 - class net.jxta.search.util.text.Dnrm2.
 
Dnrm2() - Constructor for class net.jxta.search.util.text.Dnrm2
 
dnrm2(int, double[], int, int) - Static method in class net.jxta.search.util.text.Dnrm2
Euclidean (2) norm of a vector using a stable algorithm.
done() - Method in class net.jxta.search.util.HttpConnection.Response
 

E

elapsedTime() - Method in class net.jxta.search.util.ISTimer
 
encode(String) - Static method in class net.jxta.search.util.Entities
Encodes characters in s as HTML entities.
encode(String, boolean) - Static method in class net.jxta.search.util.Entities
Encodes characters in s as HTML entities.
endGenerate() - Method in class net.jxta.search.util.OPMPHF
 
endTag(byte[], int, int) - Method in interface net.jxta.search.util.XmlParser.ParserCallback
 
endTag(Tag, byte[], int, int) - Method in interface net.jxta.search.util.ValidatingXmlParser.ParserCallback
 
endTimer() - Method in class net.jxta.search.util.ISTimer
 
Entities - class net.jxta.search.util.Entities.
Utilities for encoding and decoding HTML entities.
equals(float[][], float[][], float) - Static method in class net.jxta.search.util.ISMatrix
Compare 2D arrays of floats with respect to a specified tolerance.
equals(float[], float[], float) - Static method in class net.jxta.search.util.ISVector
Compare to arrays of floats with respect to a specified tolerance.
equals(int[][], int[][]) - Static method in class net.jxta.search.util.ISMatrix
Compare 2D arrays of ints.
equals(int[], int[]) - Static method in class net.jxta.search.util.ISVector
Compare array of ints
equals(String[], String[]) - Static method in class net.jxta.search.util.ISVector
Compare array of ints
equals(String, String) - Method in class net.jxta.search.util.CryptService
 
ERROR - Static variable in class net.jxta.search.util.LogService
 

F

finalize() - Method in class net.jxta.search.util.MemoryStream
 
flush() - Method in class net.jxta.search.util.MemoryStream
 

G

get(int) - Method in class net.jxta.search.util.LongVector
Returns the named element.
get(int) - Method in class net.jxta.search.util.IntVector
Returns the named element.
getAttributeValue(byte[], byte[], int, int) - Static method in class net.jxta.search.util.XmlParser
Parse the attribute value of a given attribute name in a tag.
getAvailableThread(Runnable) - Method in class net.jxta.search.util.ThreadService
Get an available thread.
getCategoryKeywords() - Method in class net.jxta.search.util.KeywordService
 
getClosest(String, int) - Method in class net.jxta.search.util.Soundex
 
getContentLength() - Method in class net.jxta.search.util.HttpConnection.Response
 
getCost() - Method in class net.jxta.search.util.HttpConnection
Get the cost of establishing the connection to this host.
getDistance() - Method in class net.jxta.search.util.Soundex.EditWord
 
getExistingThreads() - Method in class net.jxta.search.util.ThreadService
 
getHeaderValue(String) - Method in class net.jxta.search.util.HttpConnection.Response
 
getHeaderValues(String) - Method in class net.jxta.search.util.HttpConnection.Response
 
getHostURL() - Method in class net.jxta.search.util.HttpConnection
 
getInputStream() - Method in class net.jxta.search.util.MemoryStream
 
getInputStream() - Method in class net.jxta.search.util.HttpConnection.Response
 
getIntAttribute(byte[], byte[], int, int, int) - Static method in class net.jxta.search.util.XmlParser
 
getIntHeader(String, int) - Method in class net.jxta.search.util.HttpConnection.Response
 
getKeywords(String) - Method in class net.jxta.search.util.KeywordService
returns a Vector of keywords asssociated with a given categoryName
getLength() - Method in class net.jxta.search.util.MemoryStream
 
getLexiconTotal() - Method in class net.jxta.search.util.OPMPHF
 
getMaxThreads() - Method in class net.jxta.search.util.ThreadService
 
getMinThreads() - Method in class net.jxta.search.util.ThreadService
 
getMyPeerGroup() - Static method in class net.jxta.search.jxtastarter.JxtaStarter
 
getName() - Method in class net.jxta.search.util.Tag
 
getNestedException() - Method in class net.jxta.search.util.XmlParser.Exception
 
getNumber() - Method in class net.jxta.search.util.Tag
 
getOutputStream() - Method in class net.jxta.search.util.HttpConnection.Request
 
getPostedXml(HttpServletRequest) - Static method in class net.jxta.search.util.Http
Returns an input stream containing XML posted in a request.
getResponse() - Method in class net.jxta.search.util.HttpConnection.Request
 
getRunningThreads() - Method in class net.jxta.search.util.ThreadService
 
getStatusCode() - Method in class net.jxta.search.util.HttpConnection.Response
 
getStatusMessage() - Method in class net.jxta.search.util.HttpConnection.Response
 
getString() - Method in class net.jxta.search.util.Soundex.EditWord
 
getTagAttrib(String, String) - Static method in class net.jxta.search.util.Html
 
getThread(Runnable) - Method in class net.jxta.search.util.ThreadService
Blocking version of thread allocation.
getThread(Runnable, long) - Method in class net.jxta.search.util.ThreadService
Get a thread from the pool to power the given target.
getUuid() - Method in class net.jxta.search.util.UuidService
Get a 16-byte globally-unique identifier.
getWaitingRequestorCount() - Method in class net.jxta.search.util.HttpConnection
 

H

hash(char[], int, int) - Method in class net.jxta.search.util.OPMPHF
 
hash(String) - Method in class net.jxta.search.util.OPMPHF
 
hexFromByte(byte) - Static method in class net.jxta.search.util.HexTools
Returns a two character string with the hexidecimal representation of a byte.
hexify(byte[]) - Static method in class net.jxta.search.util.UuidService
The getUuid method returns an array of bytes, which is convenient for writing out the uuid to the network, but sometimes it is useful to print it to console or log for debugging purposes or to use it as a key in a hashtable, so this method converts the uuid to a printable string.
hexify(byte[]) - Static method in class net.jxta.search.util.HexTools
Returns a string containing the hexidecimal representation of an array of bytes.
hexifyChars(String, char) - Static method in class net.jxta.search.util.HexTools
Takes a string and replaces all instances of the specified character with the characters hexidecimal value in the form %XX and returns the result.
HexTools - class net.jxta.search.util.HexTools.
HexTools is a collection of methods for manipulating binary data to and from a printable hexidecimal format.
HexTools() - Constructor for class net.jxta.search.util.HexTools
 
highlightTerms(String, String) - Static method in class net.jxta.search.util.Html
 
Html - class net.jxta.search.util.Html.
There are three parts to this: Closing dangerous opened tags.
Html() - Constructor for class net.jxta.search.util.Html
 
Http - class net.jxta.search.util.Http.
Some utitility methods for HTTP.
HttpConnection - class net.jxta.search.util.HttpConnection.
HTTP 1.1 support: keep-alive and chunked transfer-encoding.
HttpConnection.Request - class net.jxta.search.util.HttpConnection.Request.
 
HttpConnection.Response - class net.jxta.search.util.HttpConnection.Response.
 
HttpConnection(URL, int, HttpConnectionService) - Constructor for class net.jxta.search.util.HttpConnection
 
HttpConnectionService - class net.jxta.search.util.HttpConnectionService.
HttpConnectionService maintains a cache of open connections, so that repeated http client connections to other hosts don't result in needless tcp open/closes.
HttpConnectionService(HashMap) - Constructor for class net.jxta.search.util.HttpConnectionService
 

I

indexOf(char[], int, char) - Method in class net.jxta.search.util.BM
 
INFO - Static variable in class net.jxta.search.util.LogService
 
init(PeerGroup, Advertisement) - Method in class net.jxta.search.jxtastarter.InitialJxtaApp
 
initialize(int) - Method in class net.jxta.search.util.PriorityQueue
Subclass constructors must call this.
initialize(int, int) - Method in class net.jxta.search.util.PriorityQueue
 
InitialJxtaApp - class net.jxta.search.jxtastarter.InitialJxtaApp.
 
InitialJxtaApp() - Constructor for class net.jxta.search.jxtastarter.InitialJxtaApp
 
insert(String) - Method in class net.jxta.search.util.Soundex
 
insertDictionary(File) - Method in class net.jxta.search.util.Soundex
 
IntVector - class net.jxta.search.util.IntVector.
Vector of ints.
IntVector() - Constructor for class net.jxta.search.util.IntVector
Constructs an IntVector with the default initial size.
IntVector(int) - Constructor for class net.jxta.search.util.IntVector
Constructs an IntVector with a specified initial size.
isInRequest() - Method in class net.jxta.search.util.HttpConnection
 
ISMatrix - class net.jxta.search.util.ISMatrix.
 
ISMatrix() - Constructor for class net.jxta.search.util.ISMatrix
 
ISTimer - class net.jxta.search.util.ISTimer.
 
ISTimer() - Constructor for class net.jxta.search.util.ISTimer
 
ISVector - class net.jxta.search.util.ISVector.
 
ISVector() - Constructor for class net.jxta.search.util.ISVector
 

J

JxtaPipeUtil - class net.jxta.search.util.JxtaPipeUtil.
Aids in pipe creation
JxtaPipeUtil() - Constructor for class net.jxta.search.util.JxtaPipeUtil
 
JxtaStarter - class net.jxta.search.jxtastarter.JxtaStarter.
This class starts the JXTA platform outside of a servlet engine, which is necessary because a servlet engine can use a different class-loader for each servlet context, and so servlets from different contexts will not be able to see the same JXTA platform.
JxtaStarter() - Constructor for class net.jxta.search.jxtastarter.JxtaStarter
 

K

KeywordService - class net.jxta.search.util.KeywordService.
 
KeywordService(File) - Constructor for class net.jxta.search.util.KeywordService
 
KMP - class net.jxta.search.util.KMP.
Knuth-Morris-Pratt string-matching algorithm.
KMP() - Constructor for class net.jxta.search.util.KMP
 

L

length() - Method in class net.jxta.search.util.LongVector
Returns the number of elements.
length() - Method in class net.jxta.search.util.IntVector
Returns the number of elements.
lessThan(Object, Object) - Method in class net.jxta.search.util.PriorityQueue
Determines the ordering of objects in this priority queue.
log(int, String, String) - Method in class net.jxta.search.util.LogService
 
log(int, String, String, String) - Method in class net.jxta.search.util.LogService
 
log(String, String, Exception) - Method in class net.jxta.search.util.LogService
 
LogService - class net.jxta.search.util.LogService.
 
LogService(String, int) - Constructor for class net.jxta.search.util.LogService
Create a log that will roll over every day.
LogService(String, int, long, String) - Constructor for class net.jxta.search.util.LogService
Create a log service.
LongVector - class net.jxta.search.util.LongVector.
Vector of longs.
LongVector() - Constructor for class net.jxta.search.util.LongVector
Constructs an LongVector with the default initial size.
LongVector(int) - Constructor for class net.jxta.search.util.LongVector
Constructs an LongVector with a specified initial size.

M

main(String[]) - Static method in class net.jxta.search.util.KeywordService
 
main(String[]) - Static method in class net.jxta.search.util.CryptService
 
main(String[]) - Static method in class net.jxta.search.util.MemoryStream
How to test: Supply data on stdin that would be copied used testWrite and supply a filename of the file that would be copied several times to using testArrayWrite, once for each of the test buffer sizes.
main(String[]) - Static method in class net.jxta.search.util.OPMPHF
 
main(String[]) - Static method in class net.jxta.search.util.Html
 
main(String[]) - Static method in class net.jxta.search.util.TermCountService
 
main(String[]) - Static method in class net.jxta.search.util.KMP
 
main(String[]) - Static method in class net.jxta.search.util.HttpConnection
 
main(String[]) - Static method in class net.jxta.search.util.TextTools
 
main(String[]) - Static method in class net.jxta.search.util.BM
 
main(String[]) - Static method in class net.jxta.search.util.RainbowClient
RainbowClient unit test.
main(String[]) - Static method in class net.jxta.search.util.XmlParser
 
main(String[]) - Static method in class net.jxta.search.util.HexTools
Tests HexTools
main(String[]) - Static method in class net.jxta.search.util.PrimeService
 
main(String[]) - Static method in class net.jxta.search.util.Soundex
 
main(String[]) - Static method in class net.jxta.search.util.text.Dnrm2
Since we aren't using the entire blas/lapack API, it is convenient to run a simple test
match(char[], int, StringMatcher.CompiledPattern) - Method in class net.jxta.search.util.KMP
 
match(char[], int, StringMatcher.CompiledPattern) - Method in interface net.jxta.search.util.StringMatcher
Find the first instance of the pattern in the document starting at index docStart.
match(char[], int, StringMatcher.CompiledPattern) - Method in class net.jxta.search.util.BM
 
MemoryStream - class net.jxta.search.util.MemoryStream.
 
MemoryStream() - Constructor for class net.jxta.search.util.MemoryStream
 
modifyLinks(String, URL) - Static method in class net.jxta.search.util.Html
 

N

net.jxta.search.jxtastarter - package net.jxta.search.jxtastarter
 
net.jxta.search.util - package net.jxta.search.util
 
net.jxta.search.util.text - package net.jxta.search.util.text
 
nextPrime(int) - Method in class net.jxta.search.util.PrimeService
Return the next prime greater than or equal to n.

O

OPMPHF - class net.jxta.search.util.OPMPHF.
Order-preserving minimal perfect hash function generator.
OPMPHF(int) - Constructor for class net.jxta.search.util.OPMPHF
 

P

parse(InputStream, byte[], ValidatingXmlParser.ParserCallback, Tag) - Static method in class net.jxta.search.util.ValidatingXmlParser
 
parse(InputStream, byte[], XmlParser.ParserCallback) - Static method in class net.jxta.search.util.XmlParser
Parse the input stream as html.
perform(SchedulerService) - Method in interface net.jxta.search.util.SchedulerService.Action
 
pop() - Method in class net.jxta.search.util.PriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
PrimeService - class net.jxta.search.util.PrimeService.
Prime number generator taken out of libbow-20000915/primes.c See http://www.cs.cmu.edu/~mccallum/bow
PrimeService() - Constructor for class net.jxta.search.util.PrimeService
 
print(double[][], PrintStream) - Static method in class net.jxta.search.util.ISMatrix
 
print(double[], PrintStream) - Static method in class net.jxta.search.util.ISVector
 
print(double[], PrintStream, String) - Static method in class net.jxta.search.util.ISVector
 
print(float[][], PrintStream) - Static method in class net.jxta.search.util.ISMatrix
 
print(float[][], PrintStream, String) - Static method in class net.jxta.search.util.ISMatrix
 
print(float[], PrintStream) - Static method in class net.jxta.search.util.ISVector
 
print(float[], PrintStream, String) - Static method in class net.jxta.search.util.ISVector
 
print(int[][], PrintStream) - Static method in class net.jxta.search.util.ISMatrix
 
print(int[][], PrintStream, String) - Static method in class net.jxta.search.util.ISMatrix
 
print(int[], PrintStream) - Static method in class net.jxta.search.util.ISVector
 
print(int[], PrintStream, String) - Static method in class net.jxta.search.util.ISVector
 
print(String[], PrintStream) - Static method in class net.jxta.search.util.ISVector
 
print(String[], PrintStream, String) - Static method in class net.jxta.search.util.ISVector
 
PriorityQueue - class net.jxta.search.util.PriorityQueue.
A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.
PriorityQueue() - Constructor for class net.jxta.search.util.PriorityQueue
 
put(Object) - Method in class net.jxta.search.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.

Q

query(String, String, String) - Method in class net.jxta.search.util.RainbowClient
Queries the Rainbow server give a hostname, port, and query.
quick_match(String, String) - Static method in class net.jxta.search.util.TermCountService
quick_match performs a match between "word" and query "q" and returns true if there is a match and false if there is no match, note that case is ignored.
quick_stem(String) - Static method in class net.jxta.search.util.TermCountService
quick_stem purports to implement fast, simple stemming using common suffixes.

R

RainbowClient - class net.jxta.search.util.RainbowClient.
Simple client for the Rainbow category matching server.
RainbowClient() - Constructor for class net.jxta.search.util.RainbowClient
 
readKeywords(File) - Method in class net.jxta.search.util.KeywordService
 
relativeLink(String, String) - Static method in class net.jxta.search.util.Html
 
resetTimer() - Method in class net.jxta.search.util.ISTimer
 
rollover(boolean) - Method in class net.jxta.search.util.LogService
Check to see if we need to rollover the log.
run() - Method in class net.jxta.search.util.SchedulerService
 

S

scheduleAction(SchedulerService.Action, long) - Method in class net.jxta.search.util.SchedulerService
 
SchedulerService - class net.jxta.search.util.SchedulerService.
 
SchedulerService.Action - interface net.jxta.search.util.SchedulerService.Action.
 
SchedulerService() - Constructor for class net.jxta.search.util.SchedulerService
 
setDebug() - Method in class net.jxta.search.util.TermCountService
 
setHeader(String, String) - Method in class net.jxta.search.util.HttpConnection.Request
 
setLength(int) - Method in class net.jxta.search.util.LongVector
Resets the number of elements.
setLength(int) - Method in class net.jxta.search.util.IntVector
Resets the number of elements.
setZero(float[]) - Static method in class net.jxta.search.util.ISVector
 
setZero(float[][]) - Static method in class net.jxta.search.util.ISMatrix
 
setZero(int[]) - Static method in class net.jxta.search.util.ISVector
 
setZero(int[][]) - Static method in class net.jxta.search.util.ISMatrix
 
size() - Method in class net.jxta.search.util.PriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
Soundex - class net.jxta.search.util.Soundex.
Soundex is an algorithm (due to Knuth?) to do spell-checking.
Soundex.EditWord - class net.jxta.search.util.Soundex.EditWord.
 
Soundex() - Constructor for class net.jxta.search.util.Soundex
 
startApp(String[]) - Method in class net.jxta.search.jxtastarter.InitialJxtaApp
 
startsWith(byte[], byte[], int, int) - Static method in class net.jxta.search.util.XmlParser
Check whether a given character buffer starts with a certain set of characters.
startTag(byte[], int, int) - Method in interface net.jxta.search.util.XmlParser.ParserCallback
 
startTag(Tag, byte[], int, int) - Method in interface net.jxta.search.util.ValidatingXmlParser.ParserCallback
 
startTimer() - Method in class net.jxta.search.util.ISTimer
 
stopApp() - Method in class net.jxta.search.jxtastarter.InitialJxtaApp
 
stopTimer() - Method in class net.jxta.search.util.ISTimer
 
StringMatcher - interface net.jxta.search.util.StringMatcher.
Interface for string-matching algorithms.
StringMatcher.CompiledPattern - interface net.jxta.search.util.StringMatcher.CompiledPattern.
 
stripHtmlTags(String) - Static method in class net.jxta.search.util.Html
 
stripTags(String) - Static method in class net.jxta.search.util.Html
Removes all HTML tags from the supplied string.

T

Tag - class net.jxta.search.util.Tag.
 
Tag(String, int) - Constructor for class net.jxta.search.util.Tag
Tag with no children.
Tag(String, int, Tag[]) - Constructor for class net.jxta.search.util.Tag
Tag with children.
TermCountService - class net.jxta.search.util.TermCountService.
Used to compute relevance of search results for opensearch.
TermCountService() - Constructor for class net.jxta.search.util.TermCountService
 
test(PrintStream) - Static method in class net.jxta.search.util.TermCountService
By having each class have a test() method, we can later wrap all of the testing in a class that hits each test method in succession.
test(PrintStream, String[]) - Static method in class net.jxta.search.util.BM
 
testHtmlClass() - Static method in class net.jxta.search.util.Html
 
testKeywordService(File) - Static method in class net.jxta.search.util.KeywordService
 
TextTools - class net.jxta.search.util.TextTools.
TextTools encodes text data as base64, just as HexTools encodes hex data.
TextTools() - Constructor for class net.jxta.search.util.TextTools
 
ThreadService - class net.jxta.search.util.ThreadService.
 
ThreadService(int, int, int, boolean, boolean) - Constructor for class net.jxta.search.util.ThreadService
 
top() - Method in class net.jxta.search.util.PriorityQueue
Returns the least element of the PriorityQueue in constant time.

U

UuidService - class net.jxta.search.util.UuidService.
This class can create 16-byte globally-unique identifiers, useful for identifying network messages or tasks that propagate through a network of machines.
UuidService() - Constructor for class net.jxta.search.util.UuidService
Create and initialize the uuid-generation variables.

V

ValidatingXmlParser - class net.jxta.search.util.ValidatingXmlParser.
 
ValidatingXmlParser.ParserCallback - interface net.jxta.search.util.ValidatingXmlParser.ParserCallback.
 
ValidatingXmlParser() - Constructor for class net.jxta.search.util.ValidatingXmlParser
 
verify(String) - Static method in class net.jxta.search.util.Html
 

W

WARNING - Static variable in class net.jxta.search.util.LogService
 
write(byte[]) - Method in class net.jxta.search.util.MemoryStream
 
write(byte[], int, int) - Method in class net.jxta.search.util.MemoryStream
 
write(int) - Method in class net.jxta.search.util.MemoryStream
 
writeToStream(OutputStream) - Method in class net.jxta.search.util.MemoryStream
 

X

XmlParser - class net.jxta.search.util.XmlParser.
A very light-weight non-validating xml parser.
XmlParser.Exception - exception net.jxta.search.util.XmlParser.Exception.
 
XmlParser.Exception(String) - Constructor for class net.jxta.search.util.XmlParser.Exception
 
XmlParser.Exception(String, Exception) - Constructor for class net.jxta.search.util.XmlParser.Exception
 
XmlParser.ParserCallback - interface net.jxta.search.util.XmlParser.ParserCallback.
Methods of object implementing this interface will be called at appropriate times during the parsing of the html.
XmlParser() - Constructor for class net.jxta.search.util.XmlParser
 

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