Package | Description |
---|---|
java.lang |
Core Java classes
|
java.lang.annotation |
Basic support for annotations
|
java.math | |
java.net |
Network communication through TCP and UDP sockets or URLs.
|
java.util |
Utilities
|
tijos.framework.eventcenter |
Event center class, which deals with events from hardware peripherals, such as GPIO events
|
tijos.framework.networkcenter.ntp |
Network time protocol client class
|
Modifier and Type | Class and Description |
---|---|
class |
Boolean
Wrapper class for booleans.
|
class |
Character |
class |
Double
Minimal Double implementation.
|
class |
Enum<E extends Enum<E>> |
class |
Float
Minimal Float implementation.
|
class |
Integer
Minimal Integer implementation that supports converting an int to a String.
|
class |
Long
Wrapper class for long integers.
|
class |
String
An immutable string of characters.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementType |
class |
RetentionPolicy |
Modifier and Type | Class and Description |
---|---|
class |
RoundingMode
Specifies a rounding behavior for numerical operations
capable of discarding precision.
|
Modifier and Type | Class and Description |
---|---|
class |
URI
A URI instance represents that defined by
RFC3986, with some
deviations.
|
Modifier and Type | Class and Description |
---|---|
class |
Calendar
This class is an abstract base class for Calendars, which can be
used to convert between
Date objects and a set of
integer fields which represent YEAR ,
MONTH , DAY , etc. |
class |
Date
This class represents a specific time in milliseconds since the epoch.
|
class |
GregorianCalendar
This class represents the Gregorian calendar, that is used in most
countries all over the world.
|
class |
UUID
This class represents a 128-bit UUID value.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Object & Comparable<? super T>> |
Collections.max(Collection<? extends T> c)
Find the maximum element in a Collection, according to the natural
ordering of the elements.
|
static <T extends Object & Comparable<? super T>> |
Collections.min(Collection<? extends T> c)
Find the minimum element in a Collection, according to the natural
ordering of the elements.
|
static <T extends Comparable<? super T>> |
Collections.sort(List<T> l)
Sort a list according to the natural ordering of its elements.
|
Modifier and Type | Method and Description |
---|---|
static <T> int |
Collections.binarySearch(List<? extends Comparable<? super T>> l,
T key)
Perform a binary search of a List for a key, using the natural ordering of
the elements.
|
Modifier and Type | Class and Description |
---|---|
class |
TiEventType
Hardware event type, like GPIO, USB, ...
|
Modifier and Type | Class and Description |
---|---|
class |
TimeStamp
TimeStamp class represents the Network Time Protocol (NTP) timestamp
as defined in RFC-1305 and SNTP (RFC-2030).
|