package

com.microstrategy.webapi.utils

Interfaces

AutoCloseableDismissable private static class VectorAdder extends AutoCloseableDismissable { private final Vector mVector; private T mT; public VectorAdder(Vector iVector, T iT) { mVector = iVector; mT = iT; mVector.add(iT); } 
IScheduler<T> IScheduler always runs on a whole minute (zero seconds). 
IScheduler.ITask<T>  
RWLock.Lock  

Classes

AutoCloseableDismissableImpl  
BiMap<T1, T2> BiMap is a bi-directional map. 
ExecutorServiceCloseable An Executor ExecutorServiceCloseable that is also AutoCloseable, meaning you can use it in a try with resources statement. 
IScheduler.Factory  
MergeOrderedLists  
ResettableCountDownLatch A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. 
RWLock RWLock is built on top of java.util.concurrent.locks.ReentrantReadWriteLock
This class supports the Automatic Resource Management (ARM) paradigm by utilizing java.langAutoCloseable
 
Scheduler<T>  
TriMap<T1, T2, T3> TriMap is a triple-directional map. 
TriMap.Entry<T1, T2, T3>  
XMLHelpers