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 

P

PARITY_EVEN - Static variable in class tijos.framework.devicecenter.TiUART
Even parity mode
PARITY_NONE - Static variable in class tijos.framework.devicecenter.TiUART
None parity mode
PARITY_ODD - Static variable in class tijos.framework.devicecenter.TiUART
Odd parity mode
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
Parses text from a string to produce a Number.
parse(String, ParsePosition) - Method in class java.text.NumberFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
parse(String) - Method in class java.text.NumberFormat
Parses text from the beginning of the given string to produce a number.
parseBoolean(String) - Static method in class java.lang.Boolean
 
parseByte(String) - Static method in class java.lang.Byte
 
parseByte(String, int) - Static method in class java.lang.Byte
 
parseDouble(String) - Static method in class java.lang.Double
Converts a String value into a double.
ParseException - Exception in java.text
Signals that an error has been reached unexpectedly while parsing.
ParseException(String, int) - Constructor for exception java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
parseFloat(String) - Static method in class java.lang.Float
Converts a String value into a float
parseInt(String) - Static method in class java.lang.Integer
 
parseInt(String, int) - Static method in class java.lang.Integer
This method parses an int from a String.
parseLong(String) - Static method in class java.lang.Long
 
parseLong(String, int) - Static method in class java.lang.Long
 
parseNtpString(String) - Static method in class tijos.framework.networkcenter.ntp.TimeStamp
Parses the string argument as a NTP hexidecimal timestamp representation string (e.g.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String, ParsePosition) - Method in class java.text.Format
Parses text from a string to produce an object.
parseObject(String) - Method in class java.text.Format
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
Parses text from a string to produce a Number.
ParsePosition - Class in java.text
ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing.
ParsePosition(int) - Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
parseShort(String) - Static method in class java.lang.Short
 
parseShort(String, int) - Static method in class java.lang.Short
 
PATTERN_DECIMAL_SEPARATOR - Static variable in class java.text.DecimalFormat
 
PATTERN_DIGIT - Static variable in class java.text.DecimalFormat
 
PATTERN_EXPONENT - Static variable in class java.text.DecimalFormat
 
PATTERN_GROUPING_SEPARATOR - Static variable in class java.text.DecimalFormat
 
PATTERN_INFINITY - Static variable in class java.text.DecimalFormat
 
PATTERN_MINUS - Static variable in class java.text.DecimalFormat
 
PATTERN_NaN - Static variable in class java.text.DecimalFormat
 
PATTERN_PER_MILLE - Static variable in class java.text.DecimalFormat
 
PATTERN_PERCENT - Static variable in class java.text.DecimalFormat
 
PATTERN_SEPARATOR - Static variable in class java.text.DecimalFormat
 
PATTERN_ZERO_DIGIT - Static variable in class java.text.DecimalFormat
 
peek() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - 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), or returns null if this deque is empty.
peek() - Method in class java.util.LinkedList
Returns the first element of the list without removing it.
peek() - Method in class java.util.PriorityQueue
 
peek() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.Stack
Returns the top Object on the stack without removing it.
peekFirst() - Method in class java.util.ArrayDeque
 
peekFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.LinkedList
Returns the first element of the list without removing it.
peekLast() - Method in class java.util.ArrayDeque
 
peekLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.LinkedList
Returns the last element of the list without removing it.
PERCENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the percent field.
PERMILLE - Static variable in class java.text.NumberFormat.Field
Constant identifying the permille field.
PI - Static variable in class java.lang.Math
 
PipedInputStream - Class in java.io
An input stream that reads its bytes from an output stream to which it is connected.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a new PipedInputStream that is not connected to a PipedOutputStream.
PipedInputStream(int) - Constructor for class java.io.PipedInputStream
Creates a new PipedInputStream of the given size that is not connected to a PipedOutputStream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
This constructor creates a new PipedInputStream and connects it to the passed in PipedOutputStream.
PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
This constructor creates a new PipedInputStream of the given size and connects it to the passed in PipedOutputStream.
PipedOutputStream - Class in java.io
This class writes its bytes to a PipedInputStream to which it is connected.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Create an unconnected PipedOutputStream.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Create a new PipedOutputStream instance to write to the specified PipedInputStream.
PipedReader - Class in java.io
An input stream that reads characters from a piped writer to which it is connected.
PipedReader() - Constructor for class java.io.PipedReader
Creates a new PipedReader that is not connected to a PipedWriter.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
This constructor creates a new PipedReader and connects it to the passed in PipedWriter.
PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src and uses the specified pipe size for the pipe's buffer.
PipedReader(int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedWriter - Class in java.io
This class writes its chars to a PipedReader to which it is connected.
PipedWriter() - Constructor for class java.io.PipedWriter
Create an unconnected PipedWriter.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Create a new PipedWriter instance to write to the specified PipedReader.
PM - Static variable in class java.util.Calendar
Useful constant for 12-hour clock.
poll() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.LinkedList
Removes and returns the first element of the list.
poll() - Method in class java.util.PriorityQueue
 
poll() - Method in interface java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
pollFirst() - Method in class java.util.ArrayDeque
 
pollFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.LinkedList
Removes and returns the first element of the list.
pollFirst() - Method in interface java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.TreeSet
Removes and returns the least or lowest element in the set, or null if the map is empty.
pollFirstEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap
Removes and returns the entry associated with the least or lowest key in the map, or null if the map is empty.
pollLast() - Method in class java.util.ArrayDeque
 
pollLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.LinkedList
Removes and returns the last element of the list.
pollLast() - Method in interface java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.TreeSet
Removes and returns the greatest or highest element in the set, or null if the map is empty.
pollLastEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap
Removes and returns the entry associated with the greatest or highest key in the map, or null if the map is empty.
pop() - Method in class java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in interface java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.LinkedList
Pops an element from the stack by removing and returning the first element in the list.
pop() - Method in class java.util.Stack
Pops an item from the stack and returns it.
portNumber() - Static method in class tijos.framework.devicecenter.TiADC
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiGPIO
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiI2CMaster
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiOWMaster
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiPWM
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiSPIMaster
Maximum number of port supported
portNumber() - Static method in class tijos.framework.devicecenter.TiUART
Maximum number of port supported
POSITIVE_INFINITY - Static variable in class java.lang.Double
 
POSITIVE_INFINITY - Static variable in class java.lang.Float
 
pow(double, double) - Static method in class java.lang.Math
Power function.
previous() - Method in interface java.text.CharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.previous() for String.
previous() - Method in interface java.util.ListIterator
Obtain the next element in the list in the reverse direction.
previousIndex() - Method in interface java.util.ListIterator
Find the index of the element that would be returned by a call to previous.
print(boolean) - Method in class java.io.PrintStream
This methods prints a boolean value to the stream.
print(int) - Method in class java.io.PrintStream
This method prints an integer to the stream.
print(long) - Method in class java.io.PrintStream
This method prints a long to the stream.
print(float) - Method in class java.io.PrintStream
This method prints a float to the stream.
print(double) - Method in class java.io.PrintStream
This method prints a double to the stream.
print(Object) - Method in class java.io.PrintStream
This method prints an Object to the stream.
print(String) - Method in class java.io.PrintStream
This method prints a String to the stream.
print(char) - Method in class java.io.PrintStream
This method prints a char to the stream.
print(char[]) - Method in class java.io.PrintStream
This method prints an array of characters to the stream.
print(String) - Method in class java.io.PrintWriter
This method prints a String to the stream.
print(char) - Method in class java.io.PrintWriter
This method prints a char to the stream.
print(char[]) - Method in class java.io.PrintWriter
This method prints an array of characters to the stream.
print(boolean) - Method in class java.io.PrintWriter
This methods prints a boolean value to the stream.
print(int) - Method in class java.io.PrintWriter
This method prints an integer to the stream.
print(long) - Method in class java.io.PrintWriter
This method prints a long to the stream.
print(float) - Method in class java.io.PrintWriter
This method prints a float to the stream.
print(double) - Method in class java.io.PrintWriter
This method prints a double to the stream.
print(Object) - Method in class java.io.PrintWriter
This method prints an Object to the stream.
print(int, int, String) - Method in class tijos.framework.transducer.oled.TiOLED_UG2864
Print string text,
position automatic movement,
data that exceeds the length will be automatically deleted
printf(String, Object...) - Method in class java.io.PrintStream
 
printf(Locale, String, Object...) - Method in class java.io.PrintStream
 
printf(String, Object...) - Method in class java.io.PrintWriter
 
println() - Method in class java.io.PrintStream
This method prints a line separator sequence to the stream.
println(boolean) - Method in class java.io.PrintStream
This methods prints a boolean value to the stream.
println(int) - Method in class java.io.PrintStream
This method prints an integer to the stream.
println(long) - Method in class java.io.PrintStream
This method prints a long to the stream.
println(float) - Method in class java.io.PrintStream
This method prints a float to the stream.
println(double) - Method in class java.io.PrintStream
This method prints a double to the stream.
println(Object) - Method in class java.io.PrintStream
This method prints an Object to the stream.
println(String) - Method in class java.io.PrintStream
This method prints a String to the stream.
println(char) - Method in class java.io.PrintStream
This method prints a char to the stream.
println(char[]) - Method in class java.io.PrintStream
This method prints an array of characters to the stream.
println() - Method in class java.io.PrintWriter
This method prints a line separator sequence to the stream.
println(boolean) - Method in class java.io.PrintWriter
This methods prints a boolean value to the stream.
println(int) - Method in class java.io.PrintWriter
This method prints an integer to the stream.
println(long) - Method in class java.io.PrintWriter
This method prints a long to the stream.
println(float) - Method in class java.io.PrintWriter
This method prints a float to the stream.
println(double) - Method in class java.io.PrintWriter
This method prints a double to the stream.
println(Object) - Method in class java.io.PrintWriter
This method prints an Object to the stream.
println(String) - Method in class java.io.PrintWriter
This method prints a String to the stream.
println(char) - Method in class java.io.PrintWriter
This method prints a char to the stream.
println(char[]) - Method in class java.io.PrintWriter
This method prints an array of characters to the stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Print details of the exception/error to the provided stream.
printStackTrace() - Method in class java.lang.Throwable
Print details of the exception/error on the system error stream.
PrintStream - Class in java.io
This class prints Java primitive values and object to a stream as text.
PrintStream(File) - Constructor for class java.io.PrintStream
This method initializes a new PrintStream object to write to the specified output File.
PrintStream(String) - Constructor for class java.io.PrintStream
This method initializes a new PrintStream object to write to the specified output File.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
This method initializes a new PrintStream object to write to the specified output sink.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
This method initializes a new PrintStream object to write to the specified output sink.
PrintWriter - Class in java.io
This class prints Java primitive values and objects to a stream as text.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
This method intializes a new PrintWriter object to write to the specified output sink.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
This method intializes a new PrintWriter object to write to the specified output sink.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
This method initializes a new PrintWriter object to write to the specified OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
This method initializes a new PrintWriter object to write to the specified OutputStream.
PrintWriter(String) - Constructor for class java.io.PrintWriter
This initializes a new PrintWriter object to write to the specified file.
PrintWriter(String, String) - Constructor for class java.io.PrintWriter
This initializes a new PrintWriter object to write to the specified file.
PrintWriter(File) - Constructor for class java.io.PrintWriter
This initializes a new PrintWriter object to write to the specified file.
PrintWriter(File, String) - Constructor for class java.io.PrintWriter
This initializes a new PrintWriter object to write to the specified file.
PriorityQueue<E> - Class in java.util
 
PriorityQueue() - Constructor for class java.util.PriorityQueue
 
PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
 
PriorityQueue(int) - Constructor for class java.util.PriorityQueue
 
PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
 
PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
 
PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
 
Properties - Class in java.util
A set of persistent properties, which can be saved or loaded from a stream.
Properties() - Constructor for class java.util.Properties
Creates a new empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Create a new empty property list with the specified default values.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all keys in this property list, including the keys in the default property list.
publish(String, byte[], int, boolean) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
publish topic to the server
publish(String, String, String, Object[]) - Method in class tijos.framework.util.logging.StreamHandler
 
publishCompleted(Object, int, String, int) - Method in interface tijos.framework.networkcenter.mqtt.MqttClientListener
the event to indicate the result of the topic publish
purge() - Method in class java.util.Timer
Removes all cancelled tasks from the queue.
push(E) - Method in class java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
push(T) - Method in class java.util.LinkedList
Pushes an element on to the stack by adding it to the front of the list.
push(T) - Method in class java.util.Stack
Pushes an Object onto the top of the stack.
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream - Class in java.io
This subclass of FilterInputStream provides the ability to unread data from a stream.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
This method initializes a PushbackInputStream to read from the specified subordinate InputStream with a default pushback buffer size of 1.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
This method initializes a PushbackInputStream to read from the specified subordinate InputStream with the specified buffer size
PushbackReader - Class in java.io
This subclass of FilterReader provides the ability to unread data from a stream.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
This method initializes a PushbackReader to read from the specified subordinate Reader with a default pushback buffer size of 1.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
This method initializes a PushbackReader to read from the specified subordinate Reader with the specified buffer size
put(K, V) - Method in class java.util.AbstractMap
Associates the given key to the given value (optional operation).
put(K, V) - Method in class java.util.Dictionary
Inserts a new value into this Dictionary, located by the supplied key.
put(K, V) - Method in class java.util.HashMap
Puts the supplied value into the Map, mapped by the supplied key.
put(K, V) - Method in class java.util.Hashtable
Puts the supplied value into the Map, mapped by the supplied key.
put(K, V) - Method in class java.util.IdentityHashMap
Puts the supplied value into the Map, mapped by the supplied key.
put(K, V) - Method in interface java.util.Map
Associates the given key to the given value (optional operation).
put(K, V) - Method in class java.util.TreeMap
Puts the supplied value into the Map, mapped by the supplied key.
put(boolean) - Method in class tijos.framework.util.json.JSONArray
Append a boolean value.
put(Collection<?>) - Method in class tijos.framework.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class tijos.framework.util.json.JSONArray
Append a double value.
put(int) - Method in class tijos.framework.util.json.JSONArray
Append an int value.
put(long) - Method in class tijos.framework.util.json.JSONArray
Append an long value.
put(Map<?, ?>) - Method in class tijos.framework.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class tijos.framework.util.json.JSONArray
Append an object value.
put(int, boolean) - Method in class tijos.framework.util.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<?>) - Method in class tijos.framework.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class tijos.framework.util.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class tijos.framework.util.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class tijos.framework.util.json.JSONArray
Put or replace a long value.
put(int, Map<?, ?>) - Method in class tijos.framework.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class tijos.framework.util.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class tijos.framework.util.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection<?>) - Method in class tijos.framework.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class tijos.framework.util.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class tijos.framework.util.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class tijos.framework.util.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<?, ?>) - Method in class tijos.framework.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class tijos.framework.util.json.JSONObject
Put a key/value pair in the JSONObject.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all entries of the given map to this one (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all elements of the given map into this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all elements of the given map into this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies all entries of the given map to this one (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all elements of the given map into this TreeMap.
putOnce(String, Object) - Method in class tijos.framework.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class tijos.framework.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
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