Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

SATURDAY - Static variable in class java.util.Calendar
Constant representing Saturday.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the task at the specified data for one time execution.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the task at the specified date and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the task after the specified delay milliseconds for one time execution.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the task after the delay milliseconds and reschedules the task every period milliseconds after the last execution of the task finishes until this timer or the task is canceled.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the task at the specified date and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the task after the delay milliseconds and reschedules the task at a fixed rate every period milliseconds until this timer or the task is canceled.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the last time this task was scheduled or (when called by the task from the run method) the time the current execution of the task was scheduled.
SDK_INT - Static variable in class tijos.framework.VERSION
SDK version integer
search(Object) - Method in class java.util.Stack
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
SECOND - Static variable in class java.util.Calendar
Constant representing the second time field.
select(TiDS18B20ROM) - Method in class tijos.framework.sensor.ds18b20.TiDS18B20
Select the device with ROM object
selectSingle() - Method in class tijos.framework.sensor.ds18b20.TiDS18B20
Select a device without ROM object
selectSlave(boolean) - Method in class tijos.framework.devicecenter.TiSPIMaster
Select the slave or not
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends the specified packet.
sendUrgentData(int) - Method in class java.net.Socket
Sends urgent data through the socket
SEPTEMBER - Static variable in class java.util.Calendar
Constant representing September.
SequenceInputStream - Class in java.io
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that obtains its list of subordinate InputStreams from the specified Enumeration
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
This method creates a new SequenceInputStream that will read the two specified subordinate InputStreams in sequence.
Serializable - Interface in java.io
This interface has no methods.
ServerSocket - Class in java.net
This class models server side sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Constructor that simply sets the implementation.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified port.
set(int, E) - Method in class java.util.AbstractList
Replace an element of this list with another object (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replace an element of this list with another object (optional operation).
set(int, E) - Method in class java.util.ArrayList
Sets the element at the specified index.
set(int) - Method in class java.util.BitSet
Add the integer bitIndex to this set.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, and date
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the fields for year, month, date, hour, and minute
set(int, T) - Method in class java.util.LinkedList
Replace the element at the given location in the list.
set(int, E) - Method in interface java.util.List
Replace an element of this list with another object (optional operation).
set(E) - Method in interface java.util.ListIterator
Replace the element last returned by a call to next or previous with a given object (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicates.
set(int, T) - Method in class java.util.Vector
Puts element into the Vector at position index and returns the Object that previously occupied that position.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
This sets the address to which the data packet will be transmitted.
setAutomaticReconnect(boolean) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.
setBeginIndex(int) - Method in class java.text.FieldPosition
Sets the begin index.
setBlueBrightness(int) - Method in class tijos.framework.transducer.led.TiRGBLED
Set blue brightness level
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enables/Disables SO_BROADCAST
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setCharAt(int, char) - Method in class java.lang.StringBuilder
 
setCleanSession(boolean) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets whether the client and server should remember state across restarts and reconnects.
setConnectionTimeout(int) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the connection timeout value.
setDaemon(boolean) - Method in class java.lang.Thread
Sets the state of the threads daemon flag.
setData(byte[]) - Method in class java.net.DatagramPacket
Sets the data buffer for this packet.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
This method sets the data buffer for the packet.
setDatagramPacket(DatagramPacket) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set the contents of this object from source datagram packet.
setDatagramPacket(DatagramPacket) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set the contents of this object from the datagram packet
setDateTime(long) - Method in class tijos.framework.platform.TiSettings
Set the RTC date time in seconds
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDefault(Locale) - Static method in class java.util.Locale
Changes the default locale.
setDefaultTimeout(int) - Method in class tijos.framework.networkcenter.ntp.NTPUDPClient
Set the default timeout in milliseconds to use when opening a socket.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default exception handler.
setDutyCycle(int, double) - Method in class tijos.framework.devicecenter.TiPWM
Set the duty cycle
NOTE: only for OUTPUT mode, this is the duty cycle of the output pulse
The above settings will not take effect until updateFreqAndDuty is called
setElementAt(T, int) - Method in class java.util.Vector
Changes the element at index to be obj
setEndIndex(int) - Method in class java.text.FieldPosition
Sets the end index.
setErr(PrintStream) - Static method in class java.lang.System
Redirect System.err
setErrorIndex(int) - Method in class java.text.ParsePosition
Set the index at which a parse error occurred.
setEventListener(ITiKeyboardListener) - Method in class tijos.framework.platform.peripheral.TiKeyboard
Set the TiKeyboard event listener
setEventListener(ITiButtonEventListener) - Method in class tijos.framework.sensor.button.TiButton
Set the TiButton event listener
setEventListener(ITiGeneralSensorEventListener) - Method in class tijos.framework.sensor.general.TiGeneralSensor
Set the TiGeneralSensor event listener
setEventListener(ITiMQEventListener) - Method in class tijos.framework.sensor.mq.TiMQ
Set the TiMQn event listener
setEventListener(ITiVS1838BNECEventListener) - Method in class tijos.framework.sensor.vs1838b.TiVS1838BNEC
Set the TiVS1838BNEC event listener
setEventParameters(int, int, int) - Method in class tijos.framework.devicecenter.TiGPIO
Set the pin event parameters
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of week is.
setFrequency(int) - Method in class tijos.framework.devicecenter.TiPWM
Set the frequency
NOTE: only for OUTPUT mode, this is the frequency of the output pulse
The above settings will not take effect until updateFreqAndDuty is called
setFrequency(int) - Method in class tijos.framework.transducer.led.TiRGBLED
Set the frequency
setGreenBrightness(int) - Method in class tijos.framework.transducer.led.TiRGBLED
Set green brightness level
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the date of the switch from Julian dates to Gregorian dates.
setGroupingSize(int) - Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setIn(InputStream) - Static method in class java.lang.System
Redirect System.in
setIndex(int) - Method in interface java.text.CharacterIterator
Sets the position to the specified position in the text and returns that character.
setIndex(int) - Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int) - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.setIndex() for String.
setKeepAlive(boolean) - Method in class java.net.Socket
This method sets the value for the socket level socket option SO_KEEPALIVE.
setKeepAliveInterval(int) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the "keep alive" interval.
setLeapIndicator(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set leap indicator as defined in RFC-1305.
setLeapIndicator(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set leap indicator.
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.lang.StringBuilder
 
setLength(int) - Method in class java.net.DatagramPacket
Sets the length of the data in the buffer.
setLenient(boolean) - Method in class java.util.Calendar
Specifies if the date/time interpretation should be lenient.
setLevel(int) - Method in class tijos.framework.util.logging.Logger
Sets the severity level threshold for this Handler.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setMaximumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxInflight(int) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the "max inflight".
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets how many days are required in the first week of the year.
setMinimumFractionDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.DecimalFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMode(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set mode as defined in RFC-1305.
setMode(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set mode as defined in RFC-1305
SetMqttClientListener(MqttClientListener) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
 
setMultiplier(int) - Method in class java.text.DecimalFormat
Sets the multiplier for use in percent, per mille, and similar formats.
setName(String) - Method in class java.lang.Thread
Sets the string name associated with this thread.
setName(String) - Method in class tijos.framework.util.logging.Logger
 
setNegativePrefix(String) - Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
Set the negative suffix.
setNStateParameters(boolean, int, boolean) - Method in class tijos.framework.devicecenter.TiPWM
Set the NState(that is complementary) parameters
setOOBInline(boolean) - Method in class java.net.Socket
Enables/disables the SO_OOBINLINE option
setOriginateTimeStamp(TimeStamp) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set originate timestamp given NTP TimeStamp object.
setOriginateTimeStamp(TimeStamp) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set originate timestamp given NTP TimeStamp object.
setOut(PrintStream) - Static method in class java.lang.System
Redirect System.out
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPassword(String) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the password to use for the connection.
setPoll(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set poll interval as defined in RFC-1305.
setPoll(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set poll interval as defined in RFC-1305.
setPort(int) - Method in class java.net.DatagramPacket
This sets the port to which the data packet will be transmitted.
setPosition(int, int) - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
Set the position
setPositivePrefix(String) - Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setPrecision(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set precision as defined in RFC-1305.
setPrecision(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set precision as defined in RFC-1305
setPriority(int) - Method in class java.lang.Thread
Set the priority of this thread.
setProperty(String, String) - Method in class java.util.Properties
Adds the given key/value pair to this properties.
setReadOnly() - Method in class java.io.File
 
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_RCVBUF to the specified value.
setReceiveTimeStamp(TimeStamp) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set receive timestamp given NTP TimeStamp object.
setReceiveTimeStamp(TimeStamp) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set receive timestamp given NTP TimeStamp object.
setRedBrightness(int) - Method in class tijos.framework.transducer.led.TiRGBLED
Set red brightness level
setReferenceId(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set reference clock identifier field with 32-bit unsigned integer value.
setReferenceId(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set reference clock identifier field.
setReferenceTime(TimeStamp) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set Reference time with NTP timestamp.
setReferenceTime(TimeStamp) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set the reference timestamp given NTP TimeStamp object.
setRefVoltageValue(double, double) - Method in class tijos.framework.devicecenter.TiADC
Set the reference voltage value and voltage division
setResolution(int) - Method in class tijos.framework.sensor.ds18b20.TiDS18B20
Set the resolution
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enables/Disables SO_REUSEADDR.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enables/Disables the SO_REUSEADDR option
setReuseAddress(boolean) - Method in class java.net.Socket
Enables/Disables the SO_REUSEADDR option
setRootDelay(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set root delay as defined in RFC-1305.
setRootDelay(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set root delay as defined in RFC-1305
setRootDispersion(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set root dispersion as defined in RFC-1305.
setRootDispersion(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
 
setRoundingMode(RoundingMode) - Method in class java.text.DecimalFormat
Sets the RoundingMode used in this DecimalFormat.
setSeed(long) - Method in class java.util.Random
Sets the seed for this pseudorandom number generator.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSendBufferSize(int) - Method in class java.net.Socket
This method sets the value for the system level socket option SO_SNDBUF to the specified value.
setSize(int) - Method in class java.util.Vector
Explicitly sets the size of the vector (but not necessarily the size of the internal data array).
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the address of the remote host this package will be sent
setSoftAPStaticAddress(String, String, int) - Method in class tijos.framework.platform.wlan.TiWiFi
Set the WiFi softAP static address, effective at next startup
setSoLinger(boolean, int) - Method in class java.net.Socket
Sets the value of the SO_LINGER option on the socket.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Sets the value of the socket's SO_TIMEOUT value.
setSoTimeout(int) - Method in class java.net.ServerSocket
Sets the value of SO_TIMEOUT.
setSoTimeout(int) - Method in class java.net.Socket
Sets the value of the SO_TIMEOUT option on the socket.
setSpeed(double) - Method in class tijos.framework.sensor.hcsr.TiHCSR04
Set the sound speed
setStaticAddress(String, String, int) - Method in class tijos.framework.platform.wlan.TiWiFi
Set the WiFi static address, effective at next startup
setStratum(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set stratum level as defined in RFC-1305.
setStratum(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set stratum as defined in RFC-1305
setTcpNoDelay(boolean) - Method in class java.net.Socket
Sets the TCP_NODELAY option on the socket.
setText(String) - Method in class java.text.StringCharacterIterator
Reset this iterator to point to a new string.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time to the given Date.
setTime(long) - Method in class java.util.Date
Sets the time which this object should represent.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's time to the given Time.
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets the traffic class value
setTrafficClass(int) - Method in class java.net.Socket
Sets the traffic class value
setTransmitTime(TimeStamp) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set transmit time with NTP timestamp.
setTransmitTime(TimeStamp) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set the transmit timestamp given NTP TimeStamp object.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Sets the uncaught exception handler for this thread.
setUserName(String) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the user name to use for the connection.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value with the specified object.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value with the specified object (optional operation).
setVersion(int) - Method in class tijos.framework.networkcenter.ntp.NTPUDPClient
Sets the NTP protocol version number that client sets on request packet communicate with remote host.
setVersion(int) - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Set NTP version as defined in RFC-1305.
setVersion(int) - Method in interface tijos.framework.networkcenter.ntp.NtpV3Packet
Set version as defined in RFC-1305
setWill(String, byte[], int, boolean) - Method in class tijos.framework.networkcenter.mqtt.MqttConnectOptions
Sets the "Last Will and Testament" (LWT) for the connection.
setWorkBaudrate(int) - Method in class tijos.framework.devicecenter.TiI2CMaster
Set the work baud rate
setWorkMode(int, int) - Method in class tijos.framework.devicecenter.TiGPIO
Set the pin work mode
setWorkMode(int, int) - Method in class tijos.framework.devicecenter.TiOWMaster
Set the io work mode
setWorkMode(int, int) - Method in class tijos.framework.devicecenter.TiPWM
Set the channel work mode
setWorkParameters(int, int, int, int) - Method in class tijos.framework.devicecenter.TiSPIMaster
Set work parameters
setWorkParameters(int, int, int, int) - Method in class tijos.framework.devicecenter.TiUART
Set work parameters
SEVERE - Static variable in class tijos.framework.util.logging.Logger
Log records whose level is SEVERE indicate a serious failure that prevents normal program execution.
severe(String, String) - Static method in class tijos.framework.util.logging.Logger
Logs a message with severity level SEVERE, indicating a serious failure that prevents normal program execution.
Short - Class in java.lang
Wrapper class for shorts.
Short(short) - Constructor for class java.lang.Short
 
Short(String) - Constructor for class java.lang.Short
 
SHORT - Static variable in class java.util.Calendar
A style specifier for #getDisplayName(int,int,Locale) and #getDisplayNames(int,int,Locale) stating that names should be returned in their short variant if applicable.
shortValue() - Method in class java.lang.Byte
 
shortValue() - Method in class java.lang.Double
 
shortValue() - Method in class java.lang.Float
 
shortValue() - Method in class java.lang.Integer
 
shortValue() - Method in class java.lang.Long
 
shortValue() - Method in class java.lang.Number
Return the short value of this Number.
shortValue() - Method in class java.lang.Short
 
shuffle(List<?>) - Static method in class java.util.Collections
Shuffle a list according to a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Shuffle a list according to a given source of randomness.
shutdown() - Method in class tijos.framework.networkcenter.dns.TiDNS
Shutdown the DNS service
shutdown() - Method in class tijos.framework.platform.wlan.TiWiFi
Shutdown the WiFi, WiFi and WiFiSoftAP are shutdown at the same time
shutdownInput() - Method in class java.net.Socket
Closes the input side of the socket stream.
shutdownOutput() - Method in class java.net.Socket
Closes the output side of the socket stream.
shutdownSoftAP() - Method in class tijos.framework.platform.wlan.TiWiFi
Shutdown the softAP of WiFi
SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the sign field.
signnum(long) - Static method in class java.lang.Integer
 
signnum(long) - Static method in class java.lang.Long
 
signum(float) - Static method in class java.lang.Math
Returns -1, 1 or 0 depending on the sign of f.
signum(double) - Static method in class java.lang.Math
Returns -1, 1 or 0 depending on the sign of f.
similar(Object) - Method in class tijos.framework.util.json.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - Method in class tijos.framework.util.json.JSONObject
Determine if two JSONObjects are similar.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Basic constructor initializes the fields.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
 
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
 
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
 
sin(double) - Static method in class java.lang.Math
Sine function.
singleton(T) - Static method in class java.util.Collections
Obtain an immutable Set consisting of a single element.
singletonList(T) - Static method in class java.util.Collections
Obtain an immutable List consisting of a single element.
singletonMap(K, V) - Static method in class java.util.Collections
Obtain an immutable Map consisting of a single key-value pair.
size() - Method in class java.io.ByteArrayOutputStream
This method returns the number of bytes that have been written to the buffer so far.
size() - Method in class java.io.CharArrayWriter
This method returns the number of chars that have been written to the buffer so far.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
 
SIZE - Static variable in class java.lang.Character
 
SIZE - Static variable in class java.lang.Double
 
SIZE - Static variable in class java.lang.Float
 
SIZE - Static variable in class java.lang.Integer
 
SIZE - Static variable in class java.lang.Long
 
SIZE - Static variable in class java.lang.Short
 
size() - Method in class java.util.AbstractCollection
Return the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in the map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits actually used by this bit set.
size() - Method in interface java.util.Collection
Get the number of elements in this collection.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of values currently in this Dictionary.
size() - Method in class java.util.HashMap
Returns the number of kay-value mappings currently in this Map.
size() - Method in class java.util.HashSet
Returns the number of elements in this Set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of key-value mappings currently in this hashtable.
size() - Method in class java.util.IdentityHashMap
Returns the number of kay-value mappings currently in this Map
size() - Method in class java.util.LinkedList
Returns the size of the list.
size() - Method in interface java.util.List
Get the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in the map.
size() - Method in class java.util.PriorityQueue
 
size() - Method in interface java.util.Set
Returns the number of elements in the set.
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings currently in this Map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this Set
size() - Method in class java.util.Vector
Returns the number of elements stored in this Vector.
skip(long) - Method in class java.io.BufferedInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
This method attempts to skip the requested number of chars in the input stream.
skip(long) - Method in class java.io.FileInputStream
 
skip(long) - Method in class java.io.FilterInputStream
Calls the in.skip(long) method
skip(long) - Method in class java.io.FilterReader
Calls the in.skip(long) method
skip(long) - Method in class java.io.InputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in class java.io.PushbackInputStream
This method skips the specified number of bytes in the stream.
skip(long) - Method in class java.io.PushbackReader
This method skips the specified number of chars in the stream.
skip(long) - Method in class java.io.Reader
Skips the specified number of chars in the stream.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skipBytes(int) - Method in interface java.io.DataInput
This method skips and discards the specified number of bytes in an input stream.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipTo(char) - Method in class tijos.framework.util.json.JSONTokener
Skip characters until the next character is the requested character.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
 
sleep() - Method in class tijos.framework.platform.TiPower
Sleep
smartConfig(int) - Method in class tijos.framework.platform.wlan.TiWiFi
The WiFi smart configuration, and connect to the AP
Socket - Class in java.net
This class models a client site socket.
Socket() - Constructor for class java.net.Socket
Initializes a new instance of Socket object without connecting to a remote host.
Socket(String, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the hostname and port specified as arguments.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket that connects to the named host on the specified port and binds to the specified local address and port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Initializes a new instance of Socket and connects to the address and port number specified as arguments, plus binds to the specified local address and port.
SocketAddress - Class in java.net
Abstract base class for InetSocketAddress.
SocketAddress() - Constructor for class java.net.SocketAddress
Initializes the socket address.
SocketException - Exception in java.net
This exception indicates that a generic error occurred related to an operation on a socket.
SocketException() - Constructor for exception java.net.SocketException
Create a new instance without a descriptive error message.
SocketException(String) - Constructor for exception java.net.SocketException
Create a new instance with a descriptive error message.
SocketTimeoutException - Exception in java.net
This exception signals that a socket read or accept timed out.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Create a new instance without a descriptive error message.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Create a new instance with a descriptive error message.
sort(byte[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(char[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(short[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(int[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(long[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(float[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[]) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(double[], int, int) - Static method in class java.util.Arrays
Performs a stable sort on the elements, arranging them according to their natural order.
sort(Object[]) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sort an array of Objects according to their natural ordering.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sort an array of Objects according to a Comparator.
sort(List<T>) - Static method in class java.util.Collections
Sort a list according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sort a list according to a specified Comparator.
SortedMap<K,V> - Interface in java.util
A map which guarantees its key's iteration order.
SortedSet<E> - Interface in java.util
A set which guarantees its iteration order.
split(String) - Method in class java.lang.String
Split this string around the matches of a character string.
sqrt(double) - Static method in class java.lang.Math
Computes square-root of x.
Stack<T> - Class in java.util
 
Stack() - Constructor for class java.util.Stack
This constructor creates a new Stack, initially empty
StackOverflowError - Error in java.lang
 
StackOverflowError() - Constructor for error java.lang.StackOverflowError
 
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
 
standby(int) - Method in class tijos.framework.platform.TiPower
Standby
start() - Method in class java.lang.Thread
 
startProgram(int) - Method in class tijos.framework.platform.TiDebugger
Start a program to be monitored, running in a new thread.
startsWith(String) - Method in class java.lang.String
Predicate which determines if this String starts with a given prefix.
startsWith(String, int) - Method in class java.lang.String
 
startup() - Method in class tijos.framework.networkcenter.dns.TiDNS
Startup the DNS service
startup(int) - Method in class tijos.framework.platform.wlan.TiWiFi
Startup the WiFi, and connect to the AP
startupSoftAP(boolean) - Method in class tijos.framework.platform.wlan.TiWiFi
Startup the softAP of WiFi, WiFi must startup first
stop(int) - Method in class tijos.framework.platform.TiPower
Stop
STOPBIT_0_5 - Static variable in class tijos.framework.devicecenter.TiUART
0.5 bit stop bit
STOPBIT_1 - Static variable in class tijos.framework.devicecenter.TiUART
1 bit stop bit
STOPBIT_1_5 - Static variable in class tijos.framework.devicecenter.TiUART
1.5 bits stop bit
STOPBIT_2 - Static variable in class tijos.framework.devicecenter.TiUART
2 bits stop bit
store(OutputStream, String) - Method in class java.util.Properties
Writes the key/value pairs to the given output stream, in a format suitable for load.
If header is not null, this method writes a comment containing the header as first line to the stream.
StreamHandler - Class in tijos.framework.util.logging
A StreamHandler publishes log to a instances of java.io.OutputStream.
StreamHandler() - Constructor for class tijos.framework.util.logging.StreamHandler
Creates a StreamHandler without an output stream.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
String - Class in java.lang
An immutable string of characters.
String() - Constructor for class java.lang.String
 
String(byte[]) - Constructor for class java.lang.String
Create a String from a byte array
String(byte[], int, int) - Constructor for class java.lang.String
Create a String from a byte array
String(byte[], int, int, String) - Constructor for class java.lang.String
Create a String from a byte array
String(byte[], String) - Constructor for class java.lang.String
Create a String from a byte array
String(char[]) - Constructor for class java.lang.String
Create a String from a character array
String(char[], int, int) - Constructor for class java.lang.String
Create a String from a character array.
String(int[], int, int) - Constructor for class java.lang.String
 
String(String) - Constructor for class java.lang.String
 
String(StringBuffer) - Constructor for class java.lang.String
 
String(StringBuilder) - Constructor for class java.lang.String
 
StringBuffer - Class in java.lang
An expandable string of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
 
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
 
StringBuffer(int) - Constructor for class java.lang.StringBuffer
 
StringBuffer(String) - Constructor for class java.lang.StringBuffer
 
StringBuilder - Class in java.lang
An expandable string of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
 
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
 
StringBuilder(int) - Constructor for class java.lang.StringBuilder
 
StringBuilder(String) - Constructor for class java.lang.StringBuilder
 
StringCharacterIterator - Class in java.text
StringCharacterIterator implements the CharacterIterater protocol for a String.
StringCharacterIterator(String) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with an initial index of 0.
StringCharacterIterator(String, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int) - Constructor for class java.text.StringCharacterIterator
Constructs an iterator over the given range of the given string, with the index set at the specified position.
StringIndexOutOfBoundsException - Exception in java.lang
 
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
StringTokenizer - Class in java.util
This class splits a string into tokens.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tab, newline, return and formfeed), and which doesn't return the delimiters.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
stringToValue(String) - Static method in class tijos.framework.util.json.JSONObject
Try to convert a string into a number, boolean, or null.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
subList(int, int) - Method in class java.util.AbstractList
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in interface java.util.List
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subList(int, int) - Method in class java.util.Vector
Obtain a List view of a subsection of this list, from fromIndex (inclusive) to toIndex (exclusive).
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of the map greater than or equal to fromKey, and strictly less than toKey.
subMap(K, K) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater or equal to fromKey and less than toKey (a half-open interval).
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys greater (or equal to, if fromInclusive is true) fromKey and less than (or equal to, if toInclusive is true) toKey.
subscribe(String, int) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
subscribe a topic from the server
subscribeCompleted(Object, int, String, int) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate the result of the topic subscribe
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence of the indicated range.
subSequence(int, int) - Method in class java.lang.String
 
subSequence(int, int) - Method in class java.lang.StringBuffer
 
subSequence(int, int) - Method in class java.lang.StringBuilder
 
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of the set greater than or equal to fromElement, and strictly less than toElement.
subSet(T, T) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater or equal to from and less than to (a half-open interval).
subSet(T, boolean, T, boolean) - Method in class java.util.TreeSet
Returns a view of this Set including all elements greater than (or equal to, if fromInclusive is true from and less than (or equal to, if toInclusive is true) to.
substring(int) - Method in class java.lang.String
Return substring from starting position to the end of the String
substring(int, int) - Method in class java.lang.String
Return substring from starting index to position before end index
substring(int) - Method in class java.lang.StringBuffer
 
substring(int, int) - Method in class java.lang.StringBuffer
 
substring(int) - Method in class java.lang.StringBuilder
 
substring(int, int) - Method in class java.lang.StringBuilder
 
SUNDAY - Static variable in class java.util.Calendar
Constant representing Sunday.
SuppressWarnings - Annotation Type in java.lang
 
sval - Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions within the list.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list wrapper backed by the given list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map wrapper backed by the given map.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set wrapper backed by the given set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map wrapper backed by the given map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set wrapper backed by the given set.
syntaxError(String) - Method in class tijos.framework.util.json.JSONTokener
Make a JSONException to signal a syntax error.
syntaxError(String, Throwable) - Method in class tijos.framework.util.json.JSONTokener
Make a JSONException to signal a syntax error.
System - Class in java.lang
System utilities.
systemThreads - Variable in class tijos.framework.platform.TiDebugger
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links