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 _ 

Q

QName - Class in javax.xml.namespace
QName represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
QName(String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI and local part.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI, local part and prefix.
QName(String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the local part.
QUARTER_OF_YEAR - Static variable in class java.time.temporal.IsoFields
The field that represents the quarter-of-year.
QUARTER_YEARS - Static variable in class java.time.temporal.IsoFields
Unit that represents the concept of a quarter-year.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDate
Queries this date using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoZonedDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.chrono.Era
Queries this era using the specified query.
query(TemporalQuery<R>) - Method in enum java.time.DayOfWeek
Queries this day-of-week using the specified query.
query(TemporalQuery<R>) - Method in class java.time.Instant
Queries this instant using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalDate
Queries this date using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.LocalTime
Queries this time using the specified query.
query(TemporalQuery<R>) - Method in enum java.time.Month
Queries this month-of-year using the specified query.
query(TemporalQuery<R>) - Method in class java.time.MonthDay
Queries this month-day using the specified query.
query(TemporalQuery<R>) - Method in class java.time.OffsetDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.OffsetTime
Queries this time using the specified query.
query(TemporalQuery<R>) - Method in interface java.time.temporal.TemporalAccessor
Queries this date-time.
query(TemporalQuery<R>) - Method in class java.time.Year
Queries this year using the specified query.
query(TemporalQuery<R>) - Method in class java.time.YearMonth
Queries this year-month using the specified query.
query(TemporalQuery<R>) - Method in class java.time.ZonedDateTime
Queries this date-time using the specified query.
query(TemporalQuery<R>) - Method in class java.time.ZoneOffset
Queries this offset using the specified query.
queryEquals(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is equal to the given value.
queryEquals(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is equal to the given value.
queryEqualsCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryEqualsCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryEqualsKeys(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the keys matching the given query
queryEqualsKeys(String, int, String, int, int, int, CloudResponse<String[]>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the keys matching the given query
queryFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalQuery
Queries the specified temporal object.
queryGreaterThan(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is greater than the given value.
queryGreaterThan(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is greater than the given value.
queryGreaterThanCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryGreaterThanCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryLessThan(String, int, String, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is smaller than the given value.
queryLessThan(String, int, String, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the key value is smaller than the given value.
queryLessThanCount(String, int, String, int) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
queryLessThanCount(String, int, String, int, CloudResponse<Integer>) - Method in class com.codename1.cloud.CloudStorage
Equivalent to the standard query but just returns the total count of entries that will be returned
querySorted(String, int, boolean, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value.
querySorted(String, int, boolean, int, int, int, CloudResponse<CloudObject[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value.
querySortedKeys(String, int, boolean, int, int, int) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value and returning the cloud key of these objects.
querySortedKeys(String, int, boolean, int, int, int, CloudResponse<String[]>) - Method in class com.codename1.cloud.CloudStorage
Performs a query to the server finding the objects where the sort is equal to the given value and returning the cloud key of these objects.
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
quietlyComplete() - Method in class java.util.concurrent.ForkJoinTask
Completes this task normally without setting a value.
quietlyCompleteRoot() - Method in class java.util.concurrent.CountedCompleter
Equivalent to getRoot().quietlyComplete().
quietlyInvoke() - Method in class java.util.concurrent.ForkJoinTask
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
quietlyJoin() - Method in class java.util.concurrent.ForkJoinTask
Joins this task, without returning its result or throwing its exception.
quote(String) - Static method in class java.util.regex.Pattern
Returns a literal pattern String for the specified String.
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.
quoteReplacement(String) - Static method in class java.util.regex.Matcher
Returns a literal replacement String for the specified String.
QWERTY_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
The String that represent the qwerty mode.
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