Modifier and Type | Class and Description |
---|---|
class |
TBufferedInputStream |
class |
TBufferedOutputStream |
class |
TByteArrayInputStream |
class |
TByteArrayOutputStream |
class |
TConsole |
class |
TDataInputStream |
class |
TDataOutputStream |
class |
TFilterInputStream |
class |
TFilterOutputStream |
class |
TInputStream |
class |
TOutputStream |
class |
TPrintStream |
class |
TPushbackInputStream |
Modifier and Type | Field and Description |
---|---|
protected TObject |
TReader.lock |
Modifier and Type | Method and Description |
---|---|
void |
TPrintStream.print(TObject s) |
void |
TPrintStream.println(TObject s) |
Constructor and Description |
---|
TReader(TObject lock) |
Modifier and Type | Class and Description |
---|---|
class |
TBoolean |
class |
TByte |
class |
TCharacter |
class |
TClass<T> |
class |
TClassLoader |
class |
TClassValue<T> |
class |
TDouble |
class |
TEnum<E extends TEnum<E>> |
class |
TFloat |
class |
TInheritableThreadLocal<T> |
class |
TInteger |
class |
TLong |
class |
TMath |
class |
TNumber |
class |
TShort |
class |
TStackTraceElement |
class |
TStrictMath |
class |
TString |
class |
TStringBuffer |
class |
TStringBuilder |
class |
TSystem |
class |
TThread |
class |
TThreadLocal<T> |
class |
TVoid |
Modifier and Type | Method and Description |
---|---|
protected TObject |
TEnum.clone0() |
Modifier and Type | Method and Description |
---|---|
TStringBuffer |
TStringBuffer.append(TObject obj) |
TStringBuilder |
TStringBuilder.append(TObject obj) |
static void |
TSystem.arraycopy(TObject src,
int srcPos,
TObject dest,
int destPos,
int length) |
T |
TClass.cast(TObject obj) |
boolean |
TObject.equals0(TObject other) |
static boolean |
TThread.holdsLock(TObject obj) |
TStringBuffer |
TStringBuffer.insert(int index,
TObject obj) |
TStringBuilder |
TStringBuilder.insert(int index,
TObject obj) |
boolean |
TClass.isInstance(TObject obj) |
Modifier and Type | Class and Description |
---|---|
class |
TReference<T> |
class |
TSoftReference<T> |
class |
TWeakReference<T> |
Modifier and Type | Class and Description |
---|---|
class |
TArray |
Modifier and Type | Method and Description |
---|---|
static TObject |
TArray.get(TObject array,
int index) |
static TObject |
TArray.newInstance(Class<?> componentType,
int length) |
Modifier and Type | Method and Description |
---|---|
static TObject |
TArray.get(TObject array,
int index) |
static int |
TArray.getLength(TObject array) |
static void |
TArray.set(TObject array,
int index,
TObject value) |
Modifier and Type | Class and Description |
---|---|
class |
TAbstractCollection<E> |
class |
TAbstractList<E> |
class |
TAbstractMap<K,V> |
class |
TAbstractQueue<E> |
class |
TAbstractSequentialList<E> |
class |
TAbstractSet<E> |
class |
TArrayDeque<E> |
class |
TArrayList<E> |
class |
TArrays |
class |
TBitSet |
class |
TCollections |
class |
TDictionary<K,V> |
class |
THashMap<K,V> |
class |
THashSet<E> |
class |
THashtable<K,V> |
class |
TIdentityHashMap<K,V> |
class |
TLinkedHashMap<K,V> |
class |
TLinkedHashSet<E> |
class |
TLinkedList<E> |
class |
TObjects |
class |
TPriorityQueue<E> |
class |
TProperties |
class |
TRandom |
class |
TServiceLoader<S> |
class |
TSetFromMap<E> |
class |
TStack<E> |
class |
TTimer |
class |
TTimerTask |
class |
TTreeMap<K,V> |
class |
TTreeSet<E> |
class |
TVector<E> |
Modifier and Type | Method and Description |
---|---|
TObject |
TIdentityHashMap.clone0() |
TObject |
THashSet.clone0()
Returns a new
HashSet with the same elements and size as this
HashSet . |
TObject |
THashMap.clone0() |
TObject |
TBitSet.clone0() |
TObject |
TArrayList.clone0() |
Modifier and Type | Method and Description |
---|---|
boolean |
TAbstractList.equals0(TObject other) |
static void |
TArrays.fill(TObject[] a,
int fromIndex,
int toIndex,
TObject val) |
static void |
TArrays.fill(TObject[] a,
int fromIndex,
int toIndex,
TObject val) |
static void |
TArrays.fill(TObject[] a,
TObject val) |
static void |
TArrays.fill(TObject[] a,
TObject val) |
static String |
TArrays.toString(TObject[] a) |
Modifier and Type | Interface and Description |
---|---|
interface |
TCallable<V extends TObject> |
Modifier and Type | Class and Description |
---|---|
class |
TArrayBlockingQueue<E> |
class |
TLinkedBlockingDeque<T> |
Modifier and Type | Class and Description |
---|---|
class |
TLevel |
class |
TLogRecord |
Modifier and Type | Method and Description |
---|---|
void |
TLogger.log(TLevel level,
String msg,
TObject param1) |
Copyright © 2019. All rights reserved.