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

A

accept(T) - Method in class com .bric .util . ObservableList.Filter
 
accepts(T) - Method in class com .bric .util . FilteredIterator
 
accepts(T) - Method in class com .bric .util . SearchConstraints
 
acquire() - Method in class com .bric .util . ThreadedSemaphore
 
acquire(int) - Method in class com .bric .util . ThreadedSemaphore
 
acquireUninterruptibly() - Method in class com .bric .util . ThreadedSemaphore
 
acquireUninterruptibly(int) - Method in class com .bric .util . ThreadedSemaphore
 
add(Receiver<T>, boolean) - Method in class com .bric .util . BasicReceiver
Bind another Receiver to this object, so when elements are added to this receiver, the argument receives those elements too.
add(T...) - Method in class com .bric .util . BasicReceiver
 
add(T) - Method in class com .bric .util . ObservableList
 
add(int, T) - Method in class com .bric .util . ObservableList
 
add(T) - Method in class com .bric .util . ObservableSet
 
add(T...) - Method in interface com .bric .util . Receiver
Add elements to this receiver.
add(T) - Method in class com .bric .util . WeakSet
 
addAll(Collection<? extends T>) - Method in class com .bric .util . ObservableList
 
addAll(int, Collection<? extends T>) - Method in class com .bric .util . ObservableList
 
addAll(T...) - Method in class com .bric .util . ObservableList
 
addAll(int, T...) - Method in class com .bric .util . ObservableList
 
addAll(Collection<? extends T>) - Method in class com .bric .util . ObservableSet
 
addAll(Collection<? extends T>) - Method in class com .bric .util . WeakSet
 
addChangeListener(ChangeListener) - Method in class com .bric .util . ObservableSet
 
addListDataListener(ListDataListener) - Method in class com .bric .util . BasicReceiver
Add a ListDataListener.
addListDataListener(ListDataListener) - Method in class com .bric .util . ObservableList.EDTMirror
 
addListener(PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Add a PropertyChangeListener for ObservableProperties.DEFAULT properties.
addListener(String, PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Add a PropertyChangeListener for a given group of properties.
addListener(String, ObservableProperties.Key<?>, PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Add a PropertyChangeListener for a key in a given group of properties.
addListener(String, ObservableProperties.Key<?>, ChangeListener) - Method in class com .bric .util . ObservableProperties
Add a ChangeListener for a key in a given group of properties.
addListener(String, ObservableProperties.Key<?>, ActionListener) - Method in class com .bric .util . ObservableProperties
Add an ActionListener for a key in a given group of properties.
addListener(ObservableSet.Listener<T>) - Method in class com .bric .util . ObservableSet
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com .bric .util . Property
 
addSynchronizedChangeListener(ChangeListener) - Method in class com .bric .util . ObservableList
Adds a ChangeListener that will be notified of changes to this list in a synchronized lock.
addSynchronizedListener(ListDataListener, boolean) - Method in class com .bric .util . ObservableList
Adds a ListDataListener that will be notified of changes to this list in a synchronized lock.
addUnsynchronizedChangeListener(ChangeListener, boolean) - Method in class com .bric .util . ObservableList
Add an unsynchronized ChangeListener that will be notified of changes to this list in an unprotected thread.
addUnsynchronizedListener(ListDataListener, boolean, boolean) - Method in class com .bric .util . ObservableList
Add an unsynchronized ListDataListener that will be notified of changes to this list in an unprotected thread.
allElements - Variable in class com .bric .util . PermutationIterator
 
availablePermits() - Method in class com .bric .util . ThreadedSemaphore
 

B

BasicReceiver < T> - Class in com.bric.util
 
BasicReceiver() - Constructor for class com .bric .util . BasicReceiver
 
beginEdit() - Method in class com .bric .util . ObservableProperties
Begin recording an edit that suspends all listeners until ObservableProperties.endEdit(Edit) is called.
BooleanProperty - Class in com.bric.util
 
BooleanProperty(String) - Constructor for class com .bric .util . BooleanProperty
 
BooleanProperty(String, boolean) - Constructor for class com .bric .util . BooleanProperty
 
BoundsChecker() - Constructor for class com .bric .util . ObservableProperties.BoundsChecker
 
BufferedPipe - Class in com.bric.util
This pipes data from an InputStream to a PrintStream.
BufferedPipe(InputStream, PrintStream) - Constructor for class com .bric .util . BufferedPipe
 
BufferedPipe(InputStream, PrintStream, String) - Constructor for class com .bric .util . BufferedPipe
 

C

check(T, ObservableProperties.Key<T>) - Method in class com .bric .util . ObservableProperties.BoundsChecker
Check that a potential value is an accepted value.
check(Object, ObservableProperties.Key) - Method in class com .bric .util . ObservableProperties.NonNullBoundsChecker
 
check(Number, ObservableProperties.Key<Number>) - Method in class com .bric .util . ObservableProperties.NumberBoundsChecker
 
clean() - Method in class com .bric .util . ResourcePool
Iterate over all resources and make sure nothing has expired based on the current time limits and time stamps.
clear() - Method in class com .bric .util . ObservableList
 
clear() - Method in class com .bric .util . ObservableProperties
Clear the DEFAULT group.
clear(String) - Method in class com .bric .util . ObservableProperties
Clear everything in a particular property group.
clear() - Method in class com .bric .util . ObservableSet
 
clear() - Method in class com .bric .util . WeakSet
 
clearEventQueue() - Method in class com .bric .util . ObservableProperties
Flushes all QueueElements from the eventQueue.
clone() - Method in class com .bric .util . ObservableList
Creates a ObservableList with the same list structure, but with no listeners.
com.bric.util - package com.bric.util
 
CombinationIterator < T> - Class in com.bric.util
This iterates through every combination of a list of arrays.
CombinationIterator(T[]...) - Constructor for class com .bric .util . CombinationIterator
 
CombinationIterator(List<T[]>) - Constructor for class com .bric .util . CombinationIterator
 
CommonFiles - Class in com.bric.util
 
CommonFiles() - Constructor for class com .bric .util . CommonFiles
 
compareTo(ObservableProperties.Key<?>) - Method in class com .bric .util . ObservableProperties.Key
 
contains(Object) - Method in class com .bric .util . ObservableList
 
contains(Object) - Method in class com .bric .util . ObservableSet
 
contains(Object) - Method in class com .bric .util . WeakSet
 
containsAll(Collection<?>) - Method in class com .bric .util . ObservableList
 
containsAll(Object...) - Method in class com .bric .util . ObservableList
 
containsAll(Collection<?>) - Method in class com .bric .util . ObservableSet
 
containsAll(Collection<?>) - Method in class com .bric .util . WeakSet
 
ctr - Variable in class com .bric .util . PermutationIterator
 
currentMax - Variable in class com .bric .util . DistributedPlaceholderIterator
 

D

DEFAULT - Static variable in class com .bric .util . ObservableProperties
The string "default".
digitCount - Variable in class com .bric .util . DistributedPlaceholderIterator
 
DistributedPlaceholderIterator - Class in com.bric.util
 
DistributedPlaceholderIterator(int, int, boolean) - Constructor for class com .bric .util . DistributedPlaceholderIterator
 
DistributedPlaceholderIterator(int, int, int, boolean) - Constructor for class com .bric .util . DistributedPlaceholderIterator
 
drainPermits() - Method in class com .bric .util . ThreadedSemaphore
 

E

Edit() - Constructor for class com .bric .util . ObservableProperties.Edit
 
elementsAdded(ObservableSet.SetDataEvent<T>) - Method in interface com .bric .util . ObservableSet.Listener
 
elementsChanged(ObservableSet.SetDataEvent<T>) - Method in interface com .bric .util . ObservableSet.Listener
 
elementsRemoved(ObservableSet.SetDataEvent<T>) - Method in interface com .bric .util . ObservableSet.Listener
 
endEdit(ObservableProperties.Edit) - Method in class com .bric .util . ObservableProperties
This must be called after ObservableProperties.beginEdit() to reactive listeners for this object.
EnumProperty < T> - Class in com.bric.util
 
EnumProperty(String, T[], T) - Constructor for class com .bric .util . EnumProperty
 
equals(Object) - Method in class com .bric .util . ObservableList
 
equals(Object) - Method in class com .bric .util . ObservableProperties.Key
 
equals(Object) - Method in class com .bric .util . ObservableSet
 
equals(Object) - Method in class com .bric .util . ThreadedSemaphore
 
execute(ObservableList.Operation<R>) - Method in class com .bric .util . ObservableList
This method executes all Operations, keeping thread safety and listeners in mind.
execute(ObservableSet<T>.Operation<R>) - Method in class com .bric .util . ObservableSet
 

F

Filter() - Constructor for class com .bric .util . ObservableList.Filter
 
FilteredIterator < T> - Class in com.bric.util
This filters another iterator.
FilteredIterator(Iterator<T>) - Constructor for class com .bric .util . FilteredIterator
 
finalize() - Method in class com .bric .util . ResourcePool
 
fireAllListeners(ObservableSet.SetDataEvent<T>) - Method in class com .bric .util . ObservableSet
This fires first the Listeners, and then the ChangeListeners.
fireEvent(Vector<ObservableList.Listener>, ThreadedSemaphore, ListDataEvent) - Method in class com .bric .util . ObservableList
 
firePropertyChangeListeners(String, Object, Object) - Method in class com .bric .util . Property
 
FloatProperty - Class in com.bric.util
 
FloatProperty(String, float, float, float) - Constructor for class com .bric .util . FloatProperty
 

G

get(int) - Method in class com .bric .util . ObservableList
 
get(String, ObservableProperties.Key<T>) - Method in class com .bric .util . ObservableProperties
Return a property from a given property group.
get(ObservableProperties.Key<T>) - Method in class com .bric .util . ObservableProperties
Retrieve a property in the DEFAULT property group.
get(Map<String, Object>, T) - Method in class com .bric .util . ObservableProperties.Key
Retrieve this key from a map of values or return the default value provided if the key is not identified.
get() - Static method in class com .bric .util . ResourcePool
Return the default ResourcePool.
get(Object) - Method in interface com .bric .util . Storage
Retrieves a key/value pair.
getAddedElements() - Method in class com .bric .util . ObservableSet.SetDataEvent
 
getBoundsChecker() - Method in class com .bric .util . ObservableProperties.Key
 
getByteArray(int) - Method in class com .bric .util . ResourcePool
Return a byte array from this pool.
getCurrentLength() - Method in class com .bric .util . SubstringIterator
Returns the length of the substring to be returned by next().
getDesktop() - Static method in class com .bric .util . CommonFiles
 
getDoubleArray(int) - Method in class com .bric .util . ResourcePool
Return a double array from this pool.
getElementAt(int) - Method in class com .bric .util . BasicReceiver
 
getElementAt(int) - Method in class com .bric .util . ObservableList.EDTMirror
 
getFactorial(int) - Static method in class com .bric .util . PermutationIterator
Return the factorial of the argument.
getFloatArray(int) - Method in class com .bric .util . ResourcePool
Return a float array from this pool.
getGroupNames() - Method in class com .bric .util . ObservableProperties
 
getImage(int, int, int, boolean) - Method in class com .bric .util . ResourcePool
Return a BufferedImage from this pool.
getIntArray(int) - Method in class com .bric .util . ResourcePool
Return an int array from this pool.
getKeyName() - Method in class com .bric .util . ObservableProperties.Key
Returns the original key name associated with this key.
getLimit(ResourcePool.Type) - Method in class com .bric .util . ResourcePool
Return the Limit for a given resource type.
getListModelEDTMirror() - Method in class com .bric .util . ObservableList
This returns a non-mutable ListModel mirror of this list that is guaranteed to only update in the event dispatch thread.
getListModelEDTMirror(ObservableList.Filter<T>) - Method in class com .bric .util . ObservableList
This returns a non-mutable ListModel mirror of this list that is guaranteed to only update in the event dispatch thread.
getListModelView(boolean) - Method in class com .bric .util . ObservableList
This returns a non-mutable ListModel view of this list.
getLongArray(int) - Method in class com .bric .util . ResourcePool
Return a long array from this pool.
getMajorJavaVersion() - Static method in class com .bric .util . JVM
This converts the system property "java.version" to a float value.
getMajorJavaVersion(boolean) - Static method in class com .bric .util . JVM
 
getMap() - Method in class com .bric .util . ObservableProperties
 
getMap(boolean, boolean, String...) - Method in class com .bric .util . ObservableProperties
 
getMap(String) - Method in class com .bric .util . ObservableProperties
Return all the properties in a particular category of this ObservableProperties.
getMax() - Method in class com .bric .util . FloatProperty
 
getMax() - Method in class com .bric .util . IntProperty
 
getMax() - Method in class com .bric .util . ObservableProperties.NumberBoundsChecker
 
getMin() - Method in class com .bric .util . FloatProperty
 
getMin() - Method in class com .bric .util . IntProperty
 
getMin() - Method in class com .bric .util . ObservableProperties.NumberBoundsChecker
 
getName() - Method in class com .bric .util . Property
 
getParagraphs(String) - Static method in class com .bric .util . Text
 
getPlaceholder(int) - Method in class com .bric .util . DistributedPlaceholderIterator
 
getPlaceholderCount() - Method in class com .bric .util . DistributedPlaceholderIterator
 
getProfile() - Static method in class com .bric .util . JVM
Gets basic information about this session's JVM: the OS name & version, the Java version, and (on Mac) whether Quartz is being used.
getPropertyListeners() - Method in class com .bric .util . ObservableProperties
Return all the PropertyChangeListeners that listen for changes to DEFAULT properties.
getPropertyListeners(String) - Method in class com .bric .util . ObservableProperties
Return all the PropertyChangeListeners that listen for changes to a given group of properties.
getQueueLength() - Method in class com .bric .util . ThreadedSemaphore
 
getRemovedElements() - Method in class com .bric .util . ObservableSet.SetDataEvent
 
getRoot() - Method in class com .bric .util . TreeIterator
Returns the root this iterator is searching.
getSelectedItem() - Method in class com .bric .util . ObservableList.EDTMirror
 
getShortArray(int) - Method in class com .bric .util . ResourcePool
Return a short array from this pool.
getSize() - Method in class com .bric .util . BasicReceiver
 
getSize() - Method in class com .bric .util . ObservableList.EDTMirror
 
getType() - Method in class com .bric .util . ObservableProperties.Key
 
getType() - Method in class com .bric .util . ObservableSet.SetDataEvent
 
getUsedPermitsForCurrentThread() - Method in class com .bric .util . ThreadedSemaphore
 
getUserDirectories(boolean) - Static method in class com .bric .util . CommonFiles
Returns directories related to the user.
getValue() - Method in class com .bric .util . Property
 
getValues() - Method in class com .bric .util . EnumProperty
 
getVolumes() - Static method in class com .bric .util . CommonFiles
Returns the available volumes.

H

hashCode() - Method in class com .bric .util . ObservableList
 
hashCode() - Method in class com .bric .util . ObservableProperties.Key
 
hashCode() - Method in class com .bric .util . ObservableSet
 
hashCode() - Method in class com .bric .util . ThreadedSemaphore
 
hasNext() - Method in class com .bric .util . CombinationIterator
 
hasNext() - Method in class com .bric .util . FilteredIterator
 
hasNext() - Method in class com .bric .util . PeekableIterator
 
hasNext() - Method in class com .bric .util . PermutationIterator
 
hasNext() - Method in class com .bric .util . RandomIterator
 
hasNext() - Method in class com .bric .util . SubsetIterator
 
hasNext() - Method in class com .bric .util . SubstringIterator
 
hasNext() - Method in class com .bric .util . TreeIterator
Returns true if there are more values in this iterator.
hasNext() - Method in class com .bric .util . UnmodifiableIterator
 
hasQueuedThreads() - Method in class com .bric .util . ThreadedSemaphore
 

I

includeNegatives - Variable in class com .bric .util . DistributedPlaceholderIterator
 
incrementPositions() - Method in class com .bric .util . CombinationIterator
 
indexOf(S) - Method in class com .bric .util . ObservableList.EDTMirror
 
indexOf(Object) - Method in class com .bric .util . ObservableList
 
IntProperty - Class in com.bric.util
 
IntProperty(String, int, int, int) - Constructor for class com .bric .util . IntProperty
 
isDone() - Method in class com .bric .util . DistributedPlaceholderIterator
 
isEmpty() - Method in class com .bric .util . ObservableList
 
isEmpty() - Method in class com .bric .util . ObservableSet
 
isEmpty() - Method in class com .bric .util . PushPullQueue
 
isEmpty() - Method in class com .bric .util . WeakSet
 
isEnabled() - Method in class com .bric .util . Property
 
isFair() - Method in class com .bric .util . ThreadedSemaphore
 
isJNLP() - Static method in class com .bric .util . JVM
Check to see if we're in a JNLP session.
isLinux - Static variable in class com .bric .util . JVM
Whether this session is on a Linux machine.
isMac - Static variable in class com .bric .util . JVM
Whether this session is on a Mac.
isReturnValue(T) - Method in class com .bric .util . TreeIterator
Return true if this node can be returned by this iterator.
isUserAdjustable() - Method in class com .bric .util . Property
 
isVista - Static variable in class com .bric .util . JVM
Whether this session is on Vista.
isVistaOrWindows7 - Static variable in class com .bric .util . JVM
Whether this session is on Windows Vista or Windows 7.
isWhiteSpace(String) - Static method in class com .bric .util . Text
 
isWindows - Static variable in class com .bric .util . JVM
Whether this session is on Windows.
isWindows7 - Static variable in class com .bric .util . JVM
Whether this session is on Windows 7.
isWindowsXP - Static variable in class com .bric .util . JVM
Whether this session is on Windows XP.
iter - Variable in class com .bric .util . FilteredIterator
 
iteratePull() - Method in class com .bric .util . PushPullQueue
This method is called during pull(...).
iteratePush() - Method in class com .bric .util . PushPullQueue
This method is called during push(...).
iterator() - Method in class com .bric .util . BasicReceiver
 
iterator() - Method in class com .bric .util . ObservableSet
 
iterator() - Method in class com .bric .util . WeakSet
 

J

javaVersion - Static variable in class com .bric .util . JVM
The major Java version being used (1.4, 1.5, 1.6, etc.), or -1 if this value couldn't be correctly determined.
JVM - Class in com.bric.util
Static methods relating to the JVM environment.
JVM() - Constructor for class com .bric .util . JVM
 

K

Key(String, Class<T>) - Constructor for class com .bric .util . ObservableProperties.Key
Create a new Key.
Key(String, Class<T>, ObservableProperties.BoundsChecker) - Constructor for class com .bric .util . ObservableProperties.Key
Create a new Key.
Key(String, Class<T>, Number, Number, boolean, boolean) - Constructor for class com .bric .util . ObservableProperties.Key
Create a new Key with a numeric ObservableProperties.BoundsChecker.
keys(String) - Method in class com .bric .util . ObservableProperties
 

L

lastIndexOf(Object) - Method in class com .bric .util . ObservableList
 
Limit(int, int, double) - Constructor for class com .bric .util . ResourcePool.Limit
 
list - Variable in class com .bric .util . ObservableList
 
listChildren(T) - Method in class com .bric .util . TreeIterator
List the children of a parent this object should iterate over.
listenerSyncedSemaphore - Variable in class com .bric .util . ObservableList
 
listenerUnsyncedSemaphore - Variable in class com .bric .util . ObservableList
 
listValues() - Method in class com .bric .util . EnumProperty
 

M

matches(PropertyChangeEvent) - Method in class com .bric .util . ObservableProperties.Key
 
max - Variable in class com .bric .util . DistributedPlaceholderIterator
 
max - Variable in class com .bric .util . PermutationIterator
 

N

next() - Method in class com .bric .util . CombinationIterator
 
next() - Method in class com .bric .util . DistributedPlaceholderIterator
 
next() - Method in class com .bric .util . FilteredIterator
 
next() - Method in class com .bric .util . PeekableIterator
 
next() - Method in class com .bric .util . PermutationIterator
 
next() - Method in class com .bric .util . RandomIterator
 
next() - Method in class com .bric .util . SubsetIterator
 
next() - Method in class com .bric .util . SubstringIterator
 
next() - Method in class com .bric .util . TreeIterator
Returns the next node in this iterator.
next() - Method in class com .bric .util . UnmodifiableIterator
 
nextElement - Variable in class com .bric .util . FilteredIterator
 
NonNullBoundsChecker() - Constructor for class com .bric .util . ObservableProperties.NonNullBoundsChecker
 
NumberBoundsChecker(Number, Number, boolean, boolean) - Constructor for class com .bric .util . ObservableProperties.NumberBoundsChecker
 

O

ObservableList < T> - Class in com.bric.util
This wraps an existing java.util.List in an observable structure.
ObservableList() - Constructor for class com .bric .util . ObservableList
Create a ObservableList using an ArrayList as its implementation.
ObservableList(T...) - Constructor for class com .bric .util . ObservableList
Create a ObservableList using an ArrayList as its implementation with the elements provided.
ObservableList(List<T>) - Constructor for class com .bric .util . ObservableList
Create a ObservableList using the argument provided.
ObservableList.EDTMirror < S> - Class in com.bric.util
 
ObservableList.Filter < T> - Class in com.bric.util
 
ObservableList.Listener - Class in com.bric.util
 
ObservableList.RecursiveListenerModificationException - Exception in com.bric.util
This is thrown when notifying a ListDataListener resulted in further modifying this list when it shouldn't have.
ObservableProperties - Class in com.bric.util
This manages multiple sets of properties, including listeners.
ObservableProperties() - Constructor for class com .bric .util . ObservableProperties
Create a new ObservableProperties that will accept any group ID.
ObservableProperties(ObservableProperties) - Constructor for class com .bric .util . ObservableProperties
Clone this ObservableProperties.
ObservableProperties(String...) - Constructor for class com .bric .util . ObservableProperties
Create a new ObservableProperties with a limited set of possible group IDs.
ObservableProperties.BoundsChecker < T> - Class in com.bric.util
This can be used for bounds checking as values are about to be assigned.
ObservableProperties.Edit - Class in com.bric.util
 
ObservableProperties.Key < T> - Class in com.bric.util
A key for a key/value pair.
ObservableProperties.NonNullBoundsChecker - Class in com.bric.util
This throws a NullPointerException if the value is null.
ObservableProperties.NumberBoundsChecker - Class in com.bric.util
This applies bound checking for numeric values.
ObservableSet < T> - Class in com.bric.util
A Set that allows listeners.
ObservableSet(Class<T>) - Constructor for class com .bric .util . ObservableSet
Create an ObservableSet that uses a HashSet.
ObservableSet(Class<T>, Set<T>) - Constructor for class com .bric .util . ObservableSet
 
ObservableSet.Listener < T> - Interface in com.bric.util
A listener for set modifications.
ObservableSet.RecursiveListenerModificationException - Exception in com.bric.util
This is thrown when notifying a Listener resulted in further modifying this set.
ObservableSet.SetDataEvent < T> - Class in com.bric.util
 
ObservableSet.SetDataEvent.Type - Enum in com.bric.util
 

P

peek(int) - Method in class com .bric .util . PeekableIterator
 
PeekableIterator < T> - Class in com.bric.util
This iterator lets you peek ahead at upcoming elements.
PeekableIterator(Iterator<T>) - Constructor for class com .bric .util . PeekableIterator
 
PermutationIterator < T> - Class in com.bric.util
This creates all the possible permutations of a collection of objects.
PermutationIterator(Collection<T>) - Constructor for class com .bric .util . PermutationIterator
Create a PermutationIterator.
placeholders - Variable in class com .bric .util . DistributedPlaceholderIterator
 
println(String, long) - Static method in class com .bric .util . Warnings
Prints this message to the console, but only once every so often.
printOnce(String) - Static method in class com .bric .util . Warnings
Prints a message once to System.err.
printProfile() - Static method in class com .bric .util . JVM
Prints basic information about this session's JVM: the OS name & version, the Java version, and (on Mac) whether Quartz is being used.
process(String) - Method in class com .bric .util . BufferedPipe
Process a buffered line of text as it is becomes available.
Property < T> - Class in com.bric.util
 
Property(String) - Constructor for class com .bric .util . Property
 
pull(long) - Method in class com .bric .util . PushPullQueue
Pulls an element from the queue.
push(T) - Method in class com .bric .util . PushPullQueue
This pushes an object on the queue and immediately returns.
push(T, long) - Method in class com .bric .util . PushPullQueue
This puts on object on the queue, and then blocks until another thread removes it.
PushPullQueue < T> - Class in com.bric.util
This is a one-element list; at most only one element can exist in this queue at any time.
PushPullQueue() - Constructor for class com .bric .util . PushPullQueue
 
put(long[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(float[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(int[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(byte[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(short[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(double[]) - Method in class com .bric .util . ResourcePool
Store an array in this pool for future reuse.
put(BufferedImage) - Method in class com .bric .util . ResourcePool
Store an image in this pool for future reuse.
put(Object, String) - Method in interface com .bric .util . Storage
Stores a key/value pair.

R

RandomIterator < T> - Class in com.bric.util
This is a never-ending iterator that randomly roams over several elements.
RandomIterator(T[]) - Constructor for class com .bric .util . RandomIterator
 
RandomIterator(Vector<T>) - Constructor for class com .bric .util . RandomIterator
 
randomize(Object[]) - Static method in class com .bric .util . RandomIterator
Randomizes the order of this list
readOnlyAccess - Variable in class com .bric .util . ObservableList
 
readSemaphore - Variable in class com .bric .util . ObservableList
 
readSemaphore - Variable in class com .bric .util . ObservableSet
 
Receiver < T> - Interface in com.bric.util
A simple interface for depositing an element.
RecursiveListenerModificationException() - Constructor for exception com .bric .util . ObservableList.RecursiveListenerModificationException
 
RecursiveListenerModificationException() - Constructor for exception com .bric .util . ObservableSet.RecursiveListenerModificationException
 
refresh(boolean) - Method in class com .bric .util . ObservableList.EDTMirror
Refresh the contents of this list.
release() - Method in class com .bric .util . ThreadedSemaphore
 
release(int) - Method in class com .bric .util . ThreadedSemaphore
 
remove() - Method in class com .bric .util . CombinationIterator
 
remove(Object) - Method in class com .bric .util . ObservableList
 
remove(int) - Method in class com .bric .util . ObservableList
 
remove(Object) - Method in class com .bric .util . ObservableSet
 
remove() - Method in class com .bric .util . PeekableIterator
 
remove() - Method in class com .bric .util . PermutationIterator
 
remove() - Method in class com .bric .util . RandomIterator
 
remove() - Method in class com .bric .util . SubsetIterator
Throws an UnsupportedOperationException.
remove() - Method in class com .bric .util . SubstringIterator
 
remove() - Method in class com .bric .util . TreeIterator
Throws an UnsupportedOperationException().
remove() - Method in class com .bric .util . UnmodifiableIterator
 
remove(Object) - Method in class com .bric .util . WeakSet
 
removeAll(Collection<?>) - Method in class com .bric .util . ObservableList
 
removeAll(Object...) - Method in class com .bric .util . ObservableList
 
removeAll(Collection<?>) - Method in class com .bric .util . ObservableSet
 
removeAll(Collection<?>) - Method in class com .bric .util . WeakSet
 
removeChangeListener(ChangeListener) - Method in class com .bric .util . ObservableSet
 
removeListDataListener(ListDataListener) - Method in class com .bric .util . BasicReceiver
 
removeListDataListener(ListDataListener) - Method in class com .bric .util . ObservableList.EDTMirror
 
removeListener(PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Remove a PropertyChangeListener for ObservableProperties.DEFAULT properties.
removeListener(String, ObservableProperties.Key<?>, ChangeListener) - Method in class com .bric .util . ObservableProperties
Remove a ChangeListener for a given group of properties.
removeListener(String, ObservableProperties.Key<?>, ActionListener) - Method in class com .bric .util . ObservableProperties
Remove an ActionListener for a given group of properties.
removeListener(String, PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Remove a PropertyChangeListener for a given group of properties.
removeListener(String, ObservableProperties.Key<?>, PropertyChangeListener) - Method in class com .bric .util . ObservableProperties
Remove a PropertyChangeListener for a given group of properties.
removeListener(ObservableSet.Listener<T>) - Method in class com .bric .util . ObservableSet
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com .bric .util . Property
 
removeRange(int, int) - Method in class com .bric .util . ObservableList
Remove a range of elements from this list.
removeSynchronizedChangeListener(ChangeListener) - Method in class com .bric .util . ObservableList
Remove this synchronized listener from this list.
removeSynchronizedListener(ListDataListener) - Method in class com .bric .util . ObservableList
Remove this synchronized listener from this list.
removeUnsynchronizedChangeListener(ChangeListener) - Method in class com .bric .util . ObservableList
Remove this unsynchronized listener from this list.
removeUnsynchronizedListener(ListDataListener) - Method in class com .bric .util . ObservableList
Remove this unsynchronized listener from this list.
replace(String, String, String) - Static method in class com .bric .util . Text
This replaces all the occurrences of one substring with another.
reset() - Method in interface com .bric .util . Resettable
Resets this object to its original state.
Resettable - Interface in com.bric.util
An interface for objects that can be reset to a starting state or condition.
ResourcePool - Class in com.bric.util
This object manages a pool of resources (arrays and images) for frequent repetitive reuse.
ResourcePool() - Constructor for class com .bric .util . ResourcePool
Create a new ResourcePool.
ResourcePool.Limit - Class in com.bric.util
The limit for each type of resource this pool manages.
retainAll(Collection<?>) - Method in class com .bric .util . ObservableList
 
retainAll(Object...) - Method in class com .bric .util . ObservableList
 
retainAll(Collection<?>) - Method in class com .bric .util . ObservableSet
 
retainAll(Collection<?>) - Method in class com .bric .util . WeakSet
 

S

SearchConstraints < T> - Class in com.bric.util
 
SearchConstraints() - Constructor for class com .bric .util . SearchConstraints
 
set(int, T) - Method in class com .bric .util . ObservableList
 
set(String, ObservableProperties.Key<T>, T) - Method in class com .bric .util . ObservableProperties
Set a property in a given property group.
set(ObservableProperties.Key<T>, T) - Method in class com .bric .util . ObservableProperties
Assign a property to the DEFAULT property group.
set(Collection<T>) - Method in class com .bric .util . ObservableSet
 
setAll(List<T>) - Method in class com .bric .util . ObservableList
 
setAll(T...) - Method in class com .bric .util . ObservableList
 
setEnabled(boolean) - Method in class com .bric .util . Property
 
setSelectedItem(Object) - Method in class com .bric .util . ObservableList.EDTMirror
 
setUserAdjustable(boolean) - Method in class com .bric .util . Property
 
setValue(float) - Method in class com .bric .util . FloatProperty
 
setValue(T) - Method in class com .bric .util . Property
 
size() - Method in class com .bric .util . ObservableList
 
size() - Method in class com .bric .util . ObservableSet
 
size() - Method in class com .bric .util . WeakSet
 
sort(List<T>, List<T>) - Method in class com .bric .util . SearchConstraints
 
Storage - Interface in com.bric.util
A minimal interface for an object that stores key/value pairs.
SubsetIterator < E> - Class in com.bric.util
This iterates over all the possible subsets of an initial set of elements, starting with the smallest and building up to the largest.
SubsetIterator(Set<E>, boolean) - Constructor for class com .bric .util . SubsetIterator
Create an iterator to iterate over all subsets of the argument provided.
SubsetIterator(Set<E>, Comparator<E>, int, int) - Constructor for class com .bric .util . SubsetIterator
 
SubstringIterator - Class in com.bric.util
This iterates over all possible substrings of a java.lang.String.
SubstringIterator(String) - Constructor for class com .bric .util . SubstringIterator
Create a SubstringIterator that returns every possible substring of the original text.
SubstringIterator(String, boolean) - Constructor for class com .bric .util . SubstringIterator
Create a SubstringIterator.
synchronizedListeners - Variable in class com .bric .util . ObservableList
 

T

Text - Class in com.bric.util
Static methods related to Strings and text.
Text() - Constructor for class com .bric .util . Text
 
ThreadedSemaphore - Class in com.bric.util
This Semaphore monitors how many permits each thread has.
ThreadedSemaphore(int) - Constructor for class com .bric .util . ThreadedSemaphore
 
toArray(T[]) - Method in class com .bric .util . BasicReceiver
 
toArray(Class<T>) - Method in class com .bric .util . ObservableList
Create an array returning all the elements of this list.
toArray() - Method in class com .bric .util . ObservableSet
 
toArray(S[]) - Method in class com .bric .util . ObservableSet
 
toArray() - Method in class com .bric .util . WeakSet
 
toArray(K[]) - Method in class com .bric .util . WeakSet
 
toComponentArray() - Method in class com .bric .util . ObservableSet
Create an array returning all the elements of this set.
toString() - Method in class com .bric .util . DistributedPlaceholderIterator
 
toString() - Method in class com .bric .util . ObservableList
 
toString() - Method in class com .bric .util . ObservableProperties.Key
The key name property.
toString() - Method in class com .bric .util . ObservableProperties.NumberBoundsChecker
 
toString() - Method in class com .bric .util . ObservableProperties
 
toString() - Method in class com .bric .util . ThreadedSemaphore
 
TRANSIENT - Static variable in class com .bric .util . ObservableProperties
The string "transient".
TreeIterator < T> - Class in com.bric.util
 
TreeIterator(T, boolean) - Constructor for class com .bric .util . TreeIterator
Creates a new TreeIterator
tryAcquire() - Method in class com .bric .util . ThreadedSemaphore
 
tryAcquire(int) - Method in class com .bric .util . ThreadedSemaphore
 
tryAcquire(int, long, TimeUnit) - Method in class com .bric .util . ThreadedSemaphore
 

U

UnmodifiableIterator < T> - Class in com.bric.util
This is an Iterator that throws an UnsupportedOperationException() when remove() is called.
UnmodifiableIterator(Iterator<T>) - Constructor for class com .bric .util . UnmodifiableIterator
 
unsynchronizedListeners - Variable in class com .bric .util . ObservableList
 
usingQuartz - Static variable in class com .bric .util . JVM
If on a Mac: whether Quartz is the rendering pipeline.

V

validateValue(Object) - Method in class com .bric .util . EnumProperty
 
validateValue(Float) - Method in class com .bric .util . FloatProperty
 
validateValue(Integer) - Method in class com .bric .util . IntProperty
 
validateValue(T) - Method in class com .bric .util . Property
Subclasses should override this method to throw an IllegalArgumentException if a value is inappropriate for this property.
valueOf(String) - Static method in enum com .bric .util . ObservableSet.SetDataEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com .bric .util . ObservableSet.SetDataEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

Warnings - Class in com.bric.util
Static methods related to warnings.
Warnings() - Constructor for class com .bric .util . Warnings
 
WeakSet < T> - Class in com.bric.util
A Set that only maintains weak references to all its members.
WeakSet() - Constructor for class com .bric .util . WeakSet
 
writeLock - Variable in class com .bric .util . ObservableList
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W