- E - Static variable in class java.lang.Math
-
- element() - Method in class java.util.AbstractQueue
-
Retrieves, but does not remove, the head of this queue.
- element() - Method in class java.util.ArrayDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque.
- element() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque).
- element() - Method in class java.util.LinkedList
-
Returns the first element of the list without removing
it.
- element() - Method in interface java.util.Queue
-
Retrieves, but does not remove, the head of this queue.
- elementAt(int) - Method in class java.util.Vector
-
Returns the Object stored at index
.
- elements() - Method in class java.util.Dictionary
-
Returns an Enumeration of the values in this Dictionary.
- elements() - Method in class java.util.Hashtable
-
Return an enumeration of the values of this table.
- elements() - Method in class java.util.Vector
-
Returns an Enumeration of the elements of this Vector.
- ElementType - Enum in java.lang.annotation
-
- empty() - Method in class java.util.Stack
-
Tests if the stack is empty.
- EMPTY_LIST - Static variable in class java.util.Collections
-
An immutable, serializable, empty List, which implements RandomAccess.
- EMPTY_MAP - Static variable in class java.util.Collections
-
An immutable, serializable, empty Map.
- EMPTY_SET - Static variable in class java.util.Collections
-
An immutable, serializable, empty Set.
- emptyList() - Static method in class java.util.Collections
-
Returns an immutable, serializable parameterized empty list.
- emptyMap() - Static method in class java.util.Collections
-
Returns an immutable, serializable parameterized empty map.
- EmptyQueueException - Exception in java.util
-
An exception thrown by some Queue class methods
to indicate that the Queue is empty
- EmptyQueueException() - Constructor for exception java.util.EmptyQueueException
-
creates a new exception wit null message string
- emptySet() - Static method in class java.util.Collections
-
Returns an immutable, serializable parameterized empty set.
- EmptyStackException - Exception in java.util
-
An exception thrown by some stack class methods
to indicate that the stack is empty
- EmptyStackException() - Constructor for exception java.util.EmptyStackException
-
creates a new exception wit null message string
- enableAutorun() - Method in class tijos.framework.appcenter.TiAPP
-
Enable the APP autorun
- encode(byte[]) - Static method in class tijos.framework.util.base64.Base64
-
Base64 encode a byte array, with no line wrapping.
- encode(byte[], int) - Static method in class tijos.framework.util.base64.Base64
-
Base64 encode a byte array, returning the returning string.
- encode(byte[], int, int, int) - Static method in class tijos.framework.util.base64.Base64
-
Base64 encode a byte array, returning the returning string.
- end() - Method in class tijos.framework.util.json.JSONTokener
-
- endArray() - Method in class tijos.framework.util.json.JSONWriter
-
End an array.
- endObject() - Method in class tijos.framework.util.json.JSONWriter
-
End an object.
- endsWith(String) - Method in class java.lang.String
-
Predicate which determines if this String ends with a given suffix.
- ensureCapacity(int) - Method in class java.lang.StringBuffer
-
- ensureCapacity(int) - Method in class java.lang.StringBuilder
-
- ensureCapacity(int) - Method in class java.util.ArrayList
-
Guarantees that this list will have at least enough capacity to
hold minCapacity elements.
- ensureCapacity(int) - Method in class java.util.Vector
-
Ensures that minCapacity
elements can fit within this Vector.
- entrySet() - Method in class java.util.AbstractMap
-
Returns a set view of the mappings in this Map.
- entrySet() - Method in class java.util.HashMap
-
Returns a "set view" of this HashMap's entries.
- entrySet() - Method in class java.util.Hashtable
-
Returns a "set view" of this Hashtable's entries.
- entrySet() - Method in class java.util.IdentityHashMap
-
Returns a "set view" of this Map's entries.
- entrySet() - Method in interface java.util.Map
-
Returns a set view of the mappings in this Map.
- entrySet() - Method in class java.util.TreeMap
-
Returns a "set view" of this TreeMap's entries.
- Enum<E extends Enum<E>> - Class in java.lang
-
- enumerate() - Method in class tijos.framework.appcenter.TiAPPManager
-
Enumerate the APPs
- enumeration(Collection<T>) - Static method in class java.util.Collections
-
Returns an Enumeration over a collection.
- Enumeration<E> - Interface in java.util
-
Interface for lists of objects that can be returned in sequence.
- enumeration() - Method in class tijos.framework.sensor.ds18b20.TiDS18B20
-
Device enumeration, maximum support 8
- EOFException - Exception in java.io
-
This exception is thrown when the end of the file or stream was
encountered unexpectedly.
- EOFException() - Constructor for exception java.io.EOFException
-
Create an exception without a descriptive error message.
- EOFException(String) - Constructor for exception java.io.EOFException
-
Create an exception with a descriptive error message.
- eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
-
Determines whether or not ends of line are treated as tokens.
- equals(Object) - Method in interface java.lang.annotation.Annotation
-
- equals(Object) - Method in class java.lang.Boolean
-
- equals(Object) - Method in class java.lang.Byte
-
- equals(Object) - Method in class java.lang.Character
-
- equals(Object) - Method in class java.lang.Double
-
- equals(Object) - Method in class java.lang.Enum
-
- equals(Object) - Method in class java.lang.Float
-
- equals(Object) - Method in class java.lang.Integer
-
- equals(Object) - Method in class java.lang.Long
-
- equals(Object) - Method in class java.lang.Object
-
- equals(Object) - Method in class java.lang.Short
-
- equals(Object) - Method in class java.lang.String
-
Compares the String with an Object
- equals(Object) - Method in class java.net.Inet4Address
-
Compare the current Inet4Address instance with obj
- equals(Object) - Method in class java.net.Inet6Address
-
Compares this object against the specified object
- equals(Object) - Method in class java.net.InetAddress
-
Tests this address for equality against another InetAddress.
- equals(Object) - Method in class java.net.InetSocketAddress
-
Test if obj is a InetSocketAddress
and has the same address and
port
- equals(Object) - Method in class java.net.URI
-
Compares the URI with the given object for equality.
- equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
-
Compares two objects for equality.
- equals(Object) - Method in class java.text.DecimalFormat
-
Overrides equals
- equals(Object) - Method in class java.text.FieldPosition
-
Overrides equals
- equals(Object) - Method in class java.text.NumberFormat
-
Overrides equals
- equals(Object) - Method in class java.text.ParsePosition
-
Overrides equals
- equals(Object) - Method in class java.text.StringCharacterIterator
-
Compares the equality of two StringCharacterIterator objects.
- equals(Object) - Method in class java.util.AbstractList
-
Test whether this list is equal to another object.
- equals(Object) - Method in class java.util.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
-
Compares the specified object with this entry.
- equals(Object) - Method in class java.util.AbstractSet
-
Tests whether the given object is equal to this Set.
- equals(boolean[], boolean[]) - Static method in class java.util.Arrays
-
Compare two boolean arrays for equality.
- equals(byte[], byte[]) - Static method in class java.util.Arrays
-
Compare two byte arrays for equality.
- equals(char[], char[]) - Static method in class java.util.Arrays
-
Compare two char arrays for equality.
- equals(short[], short[]) - Static method in class java.util.Arrays
-
Compare two short arrays for equality.
- equals(int[], int[]) - Static method in class java.util.Arrays
-
Compare two int arrays for equality.
- equals(long[], long[]) - Static method in class java.util.Arrays
-
Compare two long arrays for equality.
- equals(float[], float[]) - Static method in class java.util.Arrays
-
Compare two float arrays for equality.
- equals(double[], double[]) - Static method in class java.util.Arrays
-
Compare two double arrays for equality.
- equals(Object[], Object[]) - Static method in class java.util.Arrays
-
Compare two Object arrays for equality.
- equals(Object) - Method in class java.util.BitSet
-
Returns true if the obj
is a bit set that contains
exactly the same elements as this bit set, otherwise false.
- equals(Object) - Method in class java.util.Calendar
-
Compares the given calendar with this.
- equals(Object) - Method in interface java.util.Collection
-
Test whether this collection is equal to some object.
- equals(Object) - Method in interface java.util.Comparator
-
Return true if the object is equal to this object.
- equals(Object) - Method in class java.util.Date
-
Compares two dates for equality.
- equals(Object) - Method in class java.util.GregorianCalendar
-
Compares the given calendar with this.
- equals(Object) - Method in class java.util.Hashtable
-
Returns true if this Hashtable equals the supplied Object o
.
- equals(Object) - Method in class java.util.IdentityHashMap
-
Compares two maps for equality.
- equals(Object) - Method in interface java.util.List
-
Test whether this list is equal to another object.
- equals(Object) - Method in class java.util.Locale
-
Compares two locales.
- equals(Object) - Method in interface java.util.Map.Entry
-
Compares the specified object with this entry.
- equals(Object) - Method in interface java.util.Map
-
Compares the specified object with this map for equality.
- equals(Object) - Method in interface java.util.Set
-
Compares the specified object to this for equality.
- equals(Object) - Method in class java.util.UUID
-
Compare a (UUID) object to this one
- equals(Object) - Method in class java.util.Vector
-
Compares this to the given object.
- equals(Object) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
-
Compares this object against the specified object.
- equals(Object) - Method in class tijos.framework.networkcenter.ntp.TimeInfo
-
Compares this object against the specified object.
- equals(Object) - Method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Compares this object against the specified object.
- equalsIgnoreCase(String) - Method in class java.lang.String
-
- ERA - Static variable in class java.util.Calendar
-
Constant representing the era time field.
- err - Static variable in class java.lang.System
-
- Error - Error in java.lang
-
- Error() - Constructor for error java.lang.Error
-
- Error(String) - Constructor for error java.lang.Error
-
- EventListener - Interface in java.util
-
Every event in Java implement this interface
- EVT_BOTHEDGE - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Both edge event
- EVT_FALLINGEDGE - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Falling edge event
- EVT_NONE - Static variable in class tijos.framework.devicecenter.TiGPIO
-
None event
- EVT_RISINGEDGE - Static variable in class tijos.framework.devicecenter.TiGPIO
-
Rising edge event
- Exception - Exception in java.lang
-
- Exception() - Constructor for exception java.lang.Exception
-
- Exception(String) - Constructor for exception java.lang.Exception
-
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
-
- Exception(Throwable) - Constructor for exception java.lang.Exception
-
- execute(boolean, String) - Method in class tijos.framework.appcenter.TiAPP
-
Execute the APP
- exists() - Method in class java.io.File
-
Indicates if the file exists in the flash memory.
- exit(int) - Method in class java.lang.Runtime
-
Terminate the application.
- exit(int) - Static method in class java.lang.System
-
Terminate the application.
- exp(double) - Static method in class java.lang.Math
-
Exponential function.
- EXPONENT - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent field.
- EXPONENT_SIGN - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent sign field.
- EXPONENT_SYMBOL - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the exponent symbol field.