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 

C

Calendar - Class in java.util
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.
cancel() - Method in class java.util.Timer
Cancels the execution of the scheduler.
cancel() - Method in class java.util.TimerTask
Marks the task as canceled and prevents any further execution.
canRead() - Method in class java.io.File
 
canWrite() - Method in class java.io.File
 
capacity() - Method in class java.lang.StringBuffer
 
capacity() - Method in class java.lang.StringBuilder
 
capacity() - Method in class java.util.Vector
Returns the size of the internal data array (not the amount of elements contained in the Vector).
CAPTURE_CUMULATIVE - Static variable in class tijos.framework.devicecenter.TiPWM
Input capture cumulative
CAPTURE_INSTANTANEOUS - Static variable in class tijos.framework.devicecenter.TiPWM
Input capture instantaneous
CAPTURE_STOP - Static variable in class tijos.framework.devicecenter.TiPWM
Input capture stop
captureFreqAndDuty(int) - Method in class tijos.framework.devicecenter.TiPWM
Capture frequency and duty
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true.
cast(Object) - Method in class java.lang.Class
 
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(T) - Method in class java.util.TreeSet
Returns the least or lowest element in the set greater than or equal to the given element, or null if there is no such element.
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
Returns the entry associated with the least or lowest key that is greater than or equal to the specified key, or null if there is no such key.
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
Returns the the least or lowest key that is greater than or equal to the specified key, or null if there is no such key.
changePassword(String) - Method in class tijos.framework.platform.wlan.TiWiFi
Change the WiFi password, effective at next startup
changeServer(String, String) - Method in class tijos.framework.networkcenter.dns.TiDNS
Change the DNS server address, effective at next startup
changeSoftAPPassword(String) - Method in class tijos.framework.platform.wlan.TiWiFi
Change the WiFi softAP password, effective at next startup
changeSoftAPSSID(String) - Method in class tijos.framework.platform.wlan.TiWiFi
Change the WiFi softAP SSID, effective at next startup
changeSSID(String) - Method in class tijos.framework.platform.wlan.TiWiFi
Change the WiFi SSID, effective at next startup
Character - Class in java.lang
 
Character(char) - Constructor for class java.lang.Character
 
CharacterIterator - Interface in java.text
This interface defines a protocol for bidirectional iteration over text.
CharArrayReader - Class in java.io
This class permits an array of chars to be read as an input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Create a new CharArrayReader that will read chars from the passed in char array.
CharArrayWriter - Class in java.io
This class allows data to be written to a char array buffer and and then retrieved by an application.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with the default buffer size of 32 chars.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
This method initializes a new CharArrayWriter with a specified initial buffer size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the character at the given index.
charAt(int) - Method in class java.lang.String
Return the character at the given index
charAt(int) - Method in class java.lang.StringBuffer
 
charAt(int) - Method in class java.lang.StringBuilder
 
charCount(int) - Static method in class java.lang.Character
 
CharSequence - Interface in java.lang
General functions on a sequence of chars.
charValue() - Method in class java.lang.Character
 
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given collection, where any modification is first checked to ensure that the type of the new data is appropriate.
checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given list, where any modification is first checked to ensure that the type of the new data is appropriate.
checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given map, where any modification is first checked to ensure that the type of the new data is appropriate.
checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given set, where any modification is first checked to ensure that the type of the new data is appropriate.
checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given sorted map, where any modification is first checked to ensure that the type of the new data is appropriate.
checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the given sorted set, where any modification is first checked to ensure that the type of the new data is appropriate.
checkError() - Method in class java.io.PrintStream
This method checks to see if an error has occurred on this stream.
checkError() - Method in class java.io.PrintWriter
This method checks to see if an error has occurred on this stream.
Class<T> - Class in java.lang
Not fully functional.
Class() - Constructor for class java.lang.Class
 
ClassCastException - Exception in java.lang
 
ClassCastException() - Constructor for exception java.lang.ClassCastException
 
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
 
ClassNotFoundException - Exception in java.lang
 
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
 
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
 
clear() - Method in class java.util.AbstractCollection
Remove all elements from the collection (optional operation).
clear() - Method in class java.util.AbstractList
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - Method in class java.util.AbstractMap
Remove all entries from this Map (optional operation).
clear() - Method in class java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all elements from this List
clear() - Method in class java.util.BitSet
Sets all bits in the set to false.
clear(int) - Method in class java.util.BitSet
Removes the integer pos from this set.
clear(int, int) - Method in class java.util.BitSet
Sets the bits between from (inclusive) and to (exclusive) to false.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear(int) - Method in class java.util.Calendar
Clears the values of the specified time field.
clear() - Method in interface java.util.Collection
Clear the collection, such that a subsequent call to isEmpty() would return true.
clear() - Method in class java.util.HashMap
Clears the Map so it has no keys.
clear() - Method in class java.util.HashSet
Empties this Set of all elements; this takes constant time.
clear() - Method in class java.util.Hashtable
Clears the hashtable so it has no keys.
clear() - Method in class java.util.IdentityHashMap
Remove all mappings from this map.
clear() - Method in class java.util.LinkedHashMap
Clears the Map so it has no keys.
clear() - Method in class java.util.LinkedList
Remove all elements from this list.
clear() - Method in interface java.util.List
Clear the list, such that a subsequent call to isEmpty() would return true (optional operation).
clear() - Method in interface java.util.Map
Remove all entries from this Map (optional operation).
clear() - Method in class java.util.PriorityQueue
 
clear() - Method in interface java.util.Set
Removes all elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Clears the Map so it has no keys.
clear() - Method in class java.util.TreeSet
Removes all elements in this Set.
clear() - Method in class java.util.Vector
Clears all elements in the Vector and sets its size to 0.
clear(int) - Method in class tijos.framework.devicecenter.TiUART
Clear the data buffer
clear() - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
Clear screen
clockSequence() - Method in class java.util.UUID
Returns the clock-sequence value of this UUID.
clone() - Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone() - Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone() - Method in class java.text.Format
Creates and returns a copy of this object.
clone() - Method in class java.text.NumberFormat
Overrides Cloneable
clone() - Method in class java.text.StringCharacterIterator
Creates a copy of this iterator.
clone() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Creates a shallow copy of this ArrayList (elements are not cloned).
clone() - Method in class java.util.BitSet
Create a clone of this bit set, that is an instance of the same class and contains the same elements.
clone() - Method in class java.util.Calendar
Return a clone of this object.
clone() - Method in class java.util.HashMap
Returns a shallow clone of this HashMap.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this Set.
clone() - Method in class java.util.Hashtable
Returns a shallow clone of this Hashtable.
clone() - Method in class java.util.IdentityHashMap
Creates a shallow copy where keys and values are not cloned.
clone() - Method in class java.util.LinkedList
Create a shallow copy of this LinkedList (the elements are not cloned).
clone() - Method in class java.util.Locale
Does the same as Object.clone() but does not throw a CloneNotSupportedException.
clone() - Method in class java.util.TreeMap
Returns a shallow clone of this TreeMap.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this Set.
clone() - Method in class java.util.Vector
Creates a new Vector with the same contents as this one.
Cloneable - Interface in java.lang
This interface is not functional.
CloneNotSupportedException - Exception in java.lang
 
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
 
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
 
close() - Method in class java.io.BufferedInputStream
This method closes the underlying input stream and frees any resources associated with it.
close() - Method in class java.io.BufferedReader
 
close() - Method in class java.io.BufferedWriter
 
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.CharArrayReader
This method closes the stream.
close() - Method in class java.io.CharArrayWriter
Closes the stream.
close() - Method in interface java.io.Closeable
Closes the stream represented by this class, thus freeing system resources.
close() - Method in class java.io.FileOutputStream
Write the buffer to flash memory and update the file parameters in flash.
close() - Method in class java.io.FilterInputStream
This method closes the input stream by closing the input stream that this object is filtering.
close() - Method in class java.io.FilterOutputStream
This method closes the underlying OutputStream.
close() - Method in class java.io.FilterReader
This method closes the stream by calling the close() method of the underlying stream.
close() - Method in class java.io.FilterWriter
This method closes the underlying Writer.
close() - Method in class java.io.InputStream
This method closes the stream.
close() - Method in class java.io.OutputStream
This method closes the stream.
close() - Method in class java.io.PipedInputStream
This methods closes the stream so that no more data can be read from it.
close() - Method in class java.io.PipedOutputStream
This method closes this stream so that no more data can be written to it.
close() - Method in class java.io.PipedReader
This methods closes the stream so that no more data can be read from it.
close() - Method in class java.io.PipedWriter
This method closes this stream so that no more data can be written to it.
close() - Method in class java.io.PrintStream
This method closes this stream and all underlying streams.
close() - Method in class java.io.PrintWriter
This method closes this stream and all underlying streams.
close() - Method in class java.io.PushbackInputStream
This method closes the stream and releases any associated resources.
close() - Method in class java.io.PushbackReader
This method closes the stream and frees any associated resources.
close() - Method in class java.io.Reader
Closes the stream.
close() - Method in class java.io.SequenceInputStream
Closes this stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
This method closes the stream.
close() - Method in interface java.lang.AutoCloseable
 
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.ServerSocket
Closes this socket and stops listening for connections
close() - Method in class java.net.Socket
Closes the socket.
close() - Method in class java.util.Formatter
Closes the formatter, so as to release used resources.
close() - Method in class tijos.framework.devicecenter.TiADC
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiGPIO
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiI2CMaster
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiOWMaster
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiPWM
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiSPIMaster
Close the port of current object
close() - Method in class tijos.framework.devicecenter.TiUART
Close the port of current object
close() - Method in class tijos.framework.networkcenter.mqtt.MqttClient
Close and release the resources
close() - Method in class tijos.framework.util.logging.StreamHandler
Closes this StreamHandler after having forced any data that may have been buffered to the underlying output device.
Closeable - Interface in java.io
A Closeable class represents a stream of data, which can be closed when it is no longer needed.
cmdReceived(TiVS1838BNEC) - Method in interface tijos.framework.sensor.vs1838b.ITiVS1838BNECEventListener
the event is triggered when the command is received
cmdRepeat(TiVS1838BNEC) - Method in interface tijos.framework.sensor.vs1838b.ITiVS1838BNECEventListener
the event is triggered when the last command is repeat
codePointAt(char[], int) - Method in class java.lang.Character
 
codePointAt(char[], int, int) - Method in class java.lang.Character
 
codePointAt(CharSequence, int) - Method in class java.lang.Character
 
codePointAt(int) - Method in class java.lang.String
 
codePointBefore(char[], int) - Method in class java.lang.Character
 
codePointBefore(char[], int, int) - Method in class java.lang.Character
 
codePointBefore(CharSequence, int) - Method in class java.lang.Character
 
codePointBefore(int) - Method in class java.lang.String
 
codePointCount(int, int) - Method in class java.lang.String
 
Collection<E> - Interface in java.util
Interface that represents a collection of objects.
Collections - Class in java.util
Utility class consisting of static methods that operate on, or return Collections.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
Comparable<T> - Interface in java.lang
 
Comparator<T> - Interface in java.util
Interface for objects that specify an ordering between objects.
comparator() - Method in class java.util.PriorityQueue
 
comparator() - Method in interface java.util.SortedMap
Returns the comparator used in sorting this map, or null if it is the keys' natural ordering.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used in sorting this set, or null if it is the elements' natural ordering.
comparator() - Method in class java.util.TreeMap
Return the comparator used to sort this map, or null if it is by natural order.
comparator() - Method in class java.util.TreeSet
Returns this Set's comparator.
compare(double, double) - Static method in class java.lang.Double
 
compare(float, float) - Static method in class java.lang.Float
 
compare(T, T) - Method in interface java.util.Comparator
Return an integer that is negative, zero or positive depending on whether the first argument is less than, equal to or greater than the second according to this ordering.
compareTo(Boolean) - Method in class java.lang.Boolean
 
compareTo(Object) - Method in class java.lang.Byte
 
compareTo(Character) - Method in class java.lang.Character
 
compareTo(T) - Method in interface java.lang.Comparable
Compares this with another Object.
compareTo(Double) - Method in class java.lang.Double
 
compareTo(E) - Method in class java.lang.Enum
 
compareTo(Float) - Method in class java.lang.Float
 
compareTo(Integer) - Method in class java.lang.Integer
 
compareTo(Long) - Method in class java.lang.Long
 
compareTo(Object) - Method in class java.lang.Short
 
compareTo(String) - Method in class java.lang.String
 
compareTo(URI) - Method in class java.net.URI
Compare the URI with another URI.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time of two calendar instances.
compareTo(Date) - Method in class java.util.Date
Compares two dates.
compareTo(UUID) - Method in class java.util.UUID
Compare this UUID to another.
compareTo(TimeStamp) - Method in class tijos.framework.networkcenter.ntp.TimeStamp
Compares two Timestamps numerically.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares this String and another String (case insensitive).
compute(int, int) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on the data element based on the provided seed.
compute(int) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on the data element based on a zero seed.
compute(byte[]) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[], int, int) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[], int, int, int) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
compute(byte[], int) - Static method in class tijos.framework.util.crc.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
computeDetails() - Method in class tijos.framework.networkcenter.ntp.TimeInfo
Compute and validate details of the NTP message packet.
concat(String) - Method in class java.lang.String
 
ConcurrentModificationException - Exception in java.util
Exception thrown by Iterators if the underlying connection has been modified during the iteration.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
 
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
 
CONFIG - Static variable in class tijos.framework.util.logging.Logger
Log records whose level is CONFIG are used for describing the static configuration, for example the windowing environment, the operating system version, etc.
config(String, String) - Static method in class tijos.framework.util.logging.Logger
Logs a message with severity level CONFIG.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
This method connects this stream to the passed in PipedOutputStream.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this object to the specified PipedInputStream object.
connect(PipedWriter) - Method in class java.io.PipedReader
This method connects this stream to the passed in PipedWriter.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this object to the specified PipedReader object.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
This method connects this socket to the specified address and port.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects the datagram socket to a specified socket address.
connect(SocketAddress) - Method in class java.net.Socket
Connects the socket with a remote address.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects the socket with a remote address.
connect(MqttConnectOptions) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
Connect to the server
connect(MqttConnectOptions, Object) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
Connect to the server with a context
connectAcked(int) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
 
connectComplete(Object, boolean) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate that the MQTT server is connected successfully.
connectionLost(Object) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate that when the connection to the server is lost
contains(CharSequence) - Method in class java.lang.String
Returns true iff this String contains the sequence of Characters described in s.
contains(Object) - Method in class java.util.AbstractCollection
Test whether this collection contains a given object.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true iff element is in this ArrayList.
contains(Object) - Method in interface java.util.Collection
Test whether this collection contains a given object as one of its elements.
contains(Object) - Method in interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if the supplied element is in this Set.
contains(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable contains a value o, such that o.equals(value).
contains(Object) - Method in class java.util.LinkedList
Returns true if the list contains the given object.
contains(Object) - Method in interface java.util.List
Test whether this list contains a given object as one of its elements.
contains(Object) - Method in interface java.util.Set
Returns true if the set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this Set contains the supplied Object, false otherwise.
contains(Object) - Method in class java.util.Vector
Returns true when elem is contained in this Vector.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Tests whether this collection contains all the elements in a given collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Test whether this collection contains every element in a given collection.
containsAll(Collection<?>) - Method in interface java.util.List
Test whether this list contains every element in a given collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all elements in the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all the elements in c.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this contains a mapping for the given key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if the supplied object equals() a key in this HashMap.
containsKey(Object) - Method in class java.util.Hashtable
Returns true if the supplied object equals() a key in this Hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified key is in this map.
containsKey(Object) - Method in interface java.util.Map
Returns true if this contains a mapping for the given key.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if the map contains a mapping for the given key.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this contains at least one mapping with the given value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this HashMap contains a value o, such that o.equals(value).
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable contains a value o, such that o.equals(value).
containsValue(Object) - Method in class java.util.IdentityHashMap
Returns true if this HashMap contains the value.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this HashMap contains a value o, such that o.equals(value).
containsValue(Object) - Method in interface java.util.Map
Returns true if this contains at least one mapping with the given value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if the map contains at least one mapping to the given value.
contentEquals(CharSequence) - Method in class java.lang.String
 
contentEquals(StringBuffer) - Method in class java.lang.String
 
CONTROL_HARDWARE - Static variable in class tijos.framework.devicecenter.TiUART
Flow control hardware
CONTROL_NONE - Static variable in class tijos.framework.devicecenter.TiUART
Flow control none
CONTROL_SOFTWARE - Static variable in class tijos.framework.devicecenter.TiUART
Flow control software
convert(String) - Method in class tijos.framework.util.text.TiDotMatrix
Convert text string to dot matrix array
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copy one list to another.
copyInto(Object[]) - Method in class java.util.Vector
Copies the contents of the Vector into the provided array.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with false to obtain the specified length.
copyOf(byte[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with (byte)0 to obtain the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with '\0' to obtain the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0d to obtain the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0f to obtain the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0 to obtain the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with 0L to obtain the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Returns a copy of the supplied array, truncating or padding as necessary with (short)0 to obtain the specified length.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with false if to is greater than the length of the original array.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with (byte)0 if to is greater than the length of the original array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with '\0' if to is greater than the length of the original array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0d if to is greater than the length of the original array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0f if to is greater than the length of the original array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0 if to is greater than the length of the original array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with 0L if to is greater than the length of the original array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the supplied array to a new array, padding as necessary with (short)0 if to is greater than the length of the original array.
copyValueOf(char[]) - Static method in class java.lang.String
 
copyValueOf(char[], int, int) - Static method in class java.lang.String
 
cos(double) - Static method in class java.lang.Math
Cosine function.
countObservers() - Method in class java.util.Observable
Returns the number of observers for this object.
countTokens() - Method in class java.util.StringTokenizer
This counts the number of remaining tokens in the string, with respect to the current delimiter set.
CRC16_CCITT_FALSE - Class in tijos.framework.util.crc
16 bit Cylcic Redundancy CRC-CCIIT 0xFFFF.
CRC16_CCITT_FALSE() - Constructor for class tijos.framework.util.crc.CRC16_CCITT_FALSE
Private constructor to prevent instantiation.
CRC16_IBM - Class in tijos.framework.util.crc
CRC16 is a class containing an implementation of the Cyclic-Redundency-Check (CRC) CRC16.
CRC16_IBM() - Constructor for class tijos.framework.util.crc.CRC16_IBM
Private constructor to prevent instantiation.
CRC8 - Class in tijos.framework.util.crc
CRC8 is a class to contain an implementation of the Cyclic-Redundency-Check CRC8 for the iButton.
create(String) - Static method in class java.net.URI
Create an URI from the given string
create(int, int) - Method in class tijos.framework.appcenter.TiAPPManager
Create a new APP and return the OutputStream
createNewFile() - Method in class java.io.File
Creates a new file entry in the flash memory.
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved InetSocketAddress object.
current() - Method in interface java.text.CharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.current() for String.
currentThread() - Static method in class java.lang.Thread
 
currentTimeMillis() - Static method in class java.lang.System
Current time expressed in milliseconds.
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