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

G

GALICIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Galician.
GB18030 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
GB 18030.
GB2312 - Static variable in class org.sellcom.core.io.charset.MoreCharsets
GB 2312, also known as EUC-CN.
GBK - Static variable in class org.sellcom.core.io.charset.MoreCharsets
GBK.
gcd(int, int) - Static method in class org.sellcom.core.math.MoreMath
Returns the greatest common divisor of the given numbers.
gcd(long, long) - Static method in class org.sellcom.core.math.MoreMath
Returns the greatest common divisor of the given numbers.
gcd(BigInteger, BigInteger) - Static method in class org.sellcom.core.math.MoreMath
Returns the greatest common divisor of the given numbers.
GeoBounds - Class in org.sellcom.core.util.geography
Bounds in geographic coordinates.
GeoBounds(double, double, double, double) - Constructor for class org.sellcom.core.util.geography.GeoBounds
Creates a new geographic point using the given coordinates.
GeoPoint - Class in org.sellcom.core.util.geography
Point in geographic coordinates.
GeoPoint(double, double) - Constructor for class org.sellcom.core.util.geography.GeoPoint
Creates a new geographic point using the given latitude and longitude.
GEORGIAN - Static variable in class org.sellcom.core.i18n.StandardLocales
Georgian.
GERMAN - Static variable in class org.sellcom.core.i18n.StandardLocales
German.
get() - Method in interface org.sellcom.core.util.function.ThrowingSupplier
Returns a result.
get(int) - Method in class org.sellcom.core.collection.SparseArray
Returns the element at the given index in this array.
get(Object) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
 
get(K) - Method in interface org.sellcom.core.util.cache.Cache
Returns the value associated with the given key in this cache.
get(K) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
 
get(K) - Method in class org.sellcom.core.util.cache.SoftCache
 
getAsBoolean() - Method in interface org.sellcom.core.util.function.ThrowingBooleanSupplier
Returns a result.
getAsBooleanThrowing() - Method in interface org.sellcom.core.util.function.ThrowingBooleanSupplier
Returns a result.
getAsDouble() - Method in interface org.sellcom.core.util.function.ThrowingDoubleSupplier
Returns a result.
getAsDoubleThrowing() - Method in interface org.sellcom.core.util.function.ThrowingDoubleSupplier
Returns a result.
getAsInt() - Method in interface org.sellcom.core.util.function.ThrowingIntSupplier
Returns a result.
getAsIntThrowing() - Method in interface org.sellcom.core.util.function.ThrowingIntSupplier
Returns a result.
getAsLong() - Method in interface org.sellcom.core.util.function.ThrowingLongSupplier
Returns a result.
getAsLongThrowing() - Method in interface org.sellcom.core.util.function.ThrowingLongSupplier
Returns a result.
getAvailableLocales() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns all locales supported by the get*Instance() methods.
getBlob(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getBoolean(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getBroadcastEnabledNetworkInterfaces() - Static method in class org.sellcom.core.net.NetworkInterfaces
Returns the list of broadcast-enabled network interfaces.
getBufferSize() - Static method in class org.sellcom.core.io.Io
Returns the size of the buffer (in bytes) used in I/O operations.
getBuild() - Method in class org.sellcom.core.util.platform.JreVersion
Returns the build number of this version.
getByte(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getCharacter(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getCharset(String) - Static method in class org.sellcom.core.io.type.ContentTypes
Returns the charset extracted from the given content type or UTF-8 if the content type does not contain a charset.
getCurrency() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the currency used by this format when formatting currency values.
getCurrencyInstance() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale) - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a currency format for the given locale.
getDenominator() - Method in class org.sellcom.core.math.BigFraction
Returns the denominator of this fraction.
getDenominator() - Method in class org.sellcom.core.math.Fraction
Returns the denominator of this fraction.
getDenominator() - Method in class org.sellcom.core.math.LongFraction
Returns the denominator of this fraction.
getDisplayName(Charset) - Static method in class org.sellcom.core.io.charset.Charsets
Returns the human-readable name of the given charset.
getDouble(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getEast() - Method in class org.sellcom.core.util.geography.GeoBounds
Returns the east-most longitude.
getFileExtension(Path) - Static method in class org.sellcom.core.io.MorePaths
Returns the extension of the file represented by the given path.
getFileName(Path) - Static method in class org.sellcom.core.io.MorePaths
Returns the name of the file represented by the given path.
getFileNameWithoutExtension(Path) - Static method in class org.sellcom.core.io.MorePaths
Returns the name of the file represented by the given path without extension.
getFloat(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getGroups() - Method in class org.sellcom.core.net.DatagramReceiver
Returns the multicast groups associated with this receiver.
getGroups() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the multicast groups associated with this sender/receiver.
getHandlerThreadPriority() - Method in class org.sellcom.core.net.DatagramReceiver
Returns the priority of the handler threads in this receiver.
getHandlerThreadPriority() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the priority of the handler threads in this sender/receiver.
getHandlerThreads() - Method in class org.sellcom.core.net.DatagramReceiver
Returns the number of the handler threads in this receiver.
getHandlerThreads() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the number of the handler threads in this sender/receiver.
getInstance() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a general-purpose number format for the current default locale.
getInstance(Locale) - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a general-purpose number format for the given locale.
getInteger(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getIntegerInstance() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns an integer number format for the current default locale.
getIntegerInstance(Locale) - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns an integer number format for the given locale.
getJavaHomeDirectory() - Static method in class org.sellcom.core.io.MorePaths
Returns the home directory of the current JRE.
getLatitude() - Method in class org.sellcom.core.util.geography.GeoPoint
Return the latitude of this geographic point in degrees.
getLocalAddress() - Method in class org.sellcom.core.net.DatagramReceiver
 
getLocalAddress() - Method in class org.sellcom.core.net.DatagramSender
 
getLocalAddress() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getLocalAddress() - Method in interface org.sellcom.core.net.NetworkEndPoint
Returns the local address of this end point.
getLocalEndPoint() - Method in class org.sellcom.core.net.DatagramReceiver
 
getLocalEndPoint() - Method in class org.sellcom.core.net.DatagramSender
 
getLocalEndPoint() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getLocalEndPoint() - Method in interface org.sellcom.core.net.NetworkReceiver
Returns the local end point of this receiver.
getLocalEndPoint() - Method in interface org.sellcom.core.net.NetworkSender
Returns the local end point of this sender.
getLocalPort() - Method in class org.sellcom.core.net.DatagramReceiver
 
getLocalPort() - Method in class org.sellcom.core.net.DatagramSender
 
getLocalPort() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getLocalPort() - Method in interface org.sellcom.core.net.NetworkEndPoint
Returns the local port of this end point.
getLong(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getLongitude() - Method in class org.sellcom.core.util.geography.GeoPoint
Return the longitude of this geographic point in degrees.
getMajor() - Method in class org.sellcom.core.util.platform.JreVersion
Returns the major version number of this version.
getMaximumFractionDigits() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the maximum number of digits allowed in the fraction part of a number.
getMaximumIntegerDigits() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the maximum number of digits allowed in the integer part of a number.
getMinimumFractionDigits() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the minimum number of digits allowed in the fraction part of a number.
getMinimumIntegerDigits() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the minimum number of digits allowed in the integer part of a number.
getMinor() - Method in class org.sellcom.core.util.platform.JreVersion
Returns the minor version number of this version.
getNetworkInterface() - Method in class org.sellcom.core.net.DatagramReceiver
 
getNetworkInterface() - Method in class org.sellcom.core.net.DatagramSender
 
getNetworkInterface() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getNetworkInterface() - Method in interface org.sellcom.core.net.NetworkEndPoint
Returns the network interface associated with this end point.
getNetworkInterfaces() - Static method in class org.sellcom.core.net.NetworkInterfaces
Returns the list of all network interfaces.
getNorth() - Method in class org.sellcom.core.util.geography.GeoBounds
Returns the north-most latitude.
getNumberInstance() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a general-purpose number format for the current default locale.
getNumberInstance(Locale) - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a general-purpose number format for the given locale.
getNumerator() - Method in class org.sellcom.core.math.BigFraction
Returns the numerator of this fraction.
getNumerator() - Method in class org.sellcom.core.math.Fraction
Returns the numerator of this fraction.
getNumerator() - Method in class org.sellcom.core.math.LongFraction
Returns the numerator of this fraction.
getOrDefault(int, double) - Method in class org.sellcom.core.collection.SparseDoubleArray
Returns the element at the given index in this array.
getOrDefault(int, E) - Method in class org.sellcom.core.collection.SparseArray
Returns the element at the given index in this array.
getOrDefault(K, V) - Method in interface org.sellcom.core.util.cache.Cache
Returns the value associated with the given key in this cache.
getOrDefault(K, V) - Method in class org.sellcom.core.util.cache.ConcurrentSoftCache
 
getOrDefault(K, V) - Method in class org.sellcom.core.util.cache.SoftCache
 
getParentLocale(Locale) - Static method in class org.sellcom.core.i18n.Locales
Returns the parent locale of the given locale.
getPayload() - Method in class org.sellcom.core.net.NetworkMessage
Returns the payload of this message.
getPercentInstance() - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a percentage format for the current default locale.
getPercentInstance(Locale) - Static method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns a percentage format for the given locale.
getQuantityString(String, int, Object...) - Static method in class org.sellcom.core.i18n.Resources
Returns the string resource with the given key for the default locale.
getQuantityString(Locale, String, int, Object...) - Static method in class org.sellcom.core.i18n.Resources
Returns the string resource with the given key for the given locale.
getReceiveBufferSize() - Method in class org.sellcom.core.net.DatagramReceiver
 
getReceiveBufferSize() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getReceiveBufferSize() - Method in interface org.sellcom.core.net.NetworkReceiver
Returns the receive buffer size of this receiver.
getReceiverThreadPriority() - Method in class org.sellcom.core.net.DatagramReceiver
Returns the priority of the receiver threads in this receiver.
getReceiverThreadPriority() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the priority of the receiver threads in this sender/receiver.
getReceiverThreads() - Method in class org.sellcom.core.net.DatagramReceiver
Returns the number of the receiver threads in this receiver.
getReceiverThreads() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the number of the receiver threads in this sender/receiver.
getRemoteAddress() - Method in class org.sellcom.core.net.NetworkMessage
Returns the address of the remote end point associated with this message.
getRemoteEndPoint() - Method in class org.sellcom.core.net.NetworkMessage
Returns the remote end point associated with this message.
getRemoteHostName() - Method in class org.sellcom.core.net.NetworkMessage
Returns the host name of the remote end point associated with this message.
getRemotePort() - Method in class org.sellcom.core.net.NetworkMessage
Returns the port of the remote end point associated with this message.
getRevision() - Method in class org.sellcom.core.util.platform.JreVersion
Returns the revision number of this version.
getRootCause(Throwable) - Static method in class org.sellcom.core.Exceptions
Returns the root cause of the given exception.
getRoundingMode() - Method in class org.sellcom.core.i18n.OptionalNumberFormat
Returns the rounding mode used in this format.
getSendBufferSize() - Method in class org.sellcom.core.net.DatagramSender
 
getSendBufferSize() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getSendBufferSize() - Method in interface org.sellcom.core.net.NetworkSender
Returns the send buffer size of this sender.
getSenderThreadPriority() - Method in class org.sellcom.core.net.DatagramSender
Returns the priority of the sender threads in this sender.
getSenderThreadPriority() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the priority of the sender threads in this sender.
getSenderThreads() - Method in class org.sellcom.core.net.DatagramSender
Returns the number of the sender threads in this sender.
getSenderThreads() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the number of the sender threads in this sender.
getSendRepeatCount() - Method in class org.sellcom.core.net.DatagramSender
Returns the send repeat count of this sender.
getSendRepeatCount() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the send repeat count of this sender.
getSendRepeatInterval() - Method in class org.sellcom.core.net.DatagramSender
Returns the send repeat interval (in milliseconds) of this sender.
getSendRepeatInterval() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the send repeat interval (in milliseconds) of this sender.
getShort(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getSouth() - Method in class org.sellcom.core.util.geography.GeoBounds
Returns the south-most latitude.
getStackTrace(Throwable) - Static method in class org.sellcom.core.Exceptions
Returns the stack trace of the given exception.
getState() - Method in class org.sellcom.core.net.DatagramReceiver
 
getState() - Method in class org.sellcom.core.net.DatagramSender
 
getState() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
 
getState() - Method in interface org.sellcom.core.net.NetworkEndPoint
Returns the state of this end point.
getString(short) - Method in interface org.sellcom.core.io.encoding.TtlvExtractor
Returns the value associated with the given tag in the message.
getString(String, Object...) - Static method in class org.sellcom.core.i18n.Resources
Returns the string resource with the given key for the default locale.
getString(Locale, String, Object...) - Static method in class org.sellcom.core.i18n.Resources
Returns the string resource with the given key for the given locale.
getSupportedCharsets(Locale) - Static method in class org.sellcom.core.io.charset.Charsets
Returns the list of charsets that support encoding and decoding strings in the given language and script.
getThrowing() - Method in interface org.sellcom.core.util.function.ThrowingSupplier
Returns a result.
getTimeToLive() - Method in class org.sellcom.core.net.DatagramSender
Returns the TTL of multicast packets sent by this sender.
getTimeToLive() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the TTL of multicast packets sent by this sender.
getTrafficClass() - Method in class org.sellcom.core.net.DatagramSender
Returns the traffic class of datagrams sent by this sender.
getTrafficClass() - Method in class org.sellcom.core.net.DatagramSenderAndReceiver
Returns the traffic class of datagrams sent by this sender.
getUpdate() - Method in class org.sellcom.core.util.platform.JreVersion
Returns the update number of this version.
getUserCacheDirectory(String) - Static method in class org.sellcom.core.io.MorePaths
Returns the application cache directory of the current user.
getUserConfigDirectory(String) - Static method in class org.sellcom.core.io.MorePaths
Returns the application config directory of the current user.
getUserDataDirectory(String) - Static method in class org.sellcom.core.io.MorePaths
Returns the application data directory of the current user.
getUserHomeDirectory() - Static method in class org.sellcom.core.io.MorePaths
Returns the home directory of the current user.
getUserLogDirectory(String) - Static method in class org.sellcom.core.io.MorePaths
Returns the application log directory of the current user.
getUtf8Bundle(String) - Static method in class org.sellcom.core.i18n.Utf8ResourceBundle
Returns a Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader.
getUtf8Bundle(String, Locale) - Static method in class org.sellcom.core.i18n.Utf8ResourceBundle
Returns a Utf8ResourceBundle located using the given base name and locale, and the caller's class loader.
getUtf8Bundle(String, Locale, ClassLoader) - Static method in class org.sellcom.core.i18n.Utf8ResourceBundle
Returns a Utf8ResourceBundle located using the given base name, locale, and class loader.
getUuid() - Method in class org.sellcom.core.net.NetworkMessage
Returns the UUID of this message.
getValue() - Method in class org.sellcom.core.collection.concurrent.SimpleExpiringObject
Returns the value of this object.
getValue() - Method in enum org.sellcom.core.net.TrafficClass
 
getWest() - Method in class org.sellcom.core.util.geography.GeoBounds
Returns the west-most longitude.
getWorkingDirectory() - Static method in class org.sellcom.core.io.MorePaths
Returns the working directory.
GREEK - Static variable in class org.sellcom.core.i18n.StandardLocales
Greek.
A B C D E F G H I J K L M N O P R S T U V W Y Z 
Skip navigation links