- parallelStream(Iterable<E>) - Static method in class org.sellcom.core.collection.Iterables
-
Returns a parallel Stream over the elements of the given iterable.
- parse(byte[]) - Static method in class org.sellcom.core.io.encoding.Ttlv
-
Returns an extractor of data from the given TTLV-encoded messages.
- parse(byte[], int, int) - Static method in class org.sellcom.core.io.encoding.Ttlv
-
Returns an extractor of data from the given TTLV-encoded messages.
- parse(String) - Static method in class org.sellcom.core.util.platform.JreVersion
-
Parses the given version.
- parse8x4(String) - Static method in class org.sellcom.core.util.Uuids
-
Parses an UUID from the given string of 8x4 hexadecimal digits separated by dashes.
- parseBase58(String) - Static method in class org.sellcom.core.util.Uuids
-
Parses an UUID from the given Base-58-encoded string.
- parseObject(String) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
-
- parseObject(String, ParsePosition) - Method in class org.sellcom.core.i18n.OptionalNumberFormat
-
- PasswordStrengthPolicy - Interface in org.sellcom.core.security.password
-
Password strength policy.
- POLISH - Static variable in class org.sellcom.core.i18n.StandardLocales
-
Polish.
- preserveInterruptedStatus(InterruptedException) - Static method in class org.sellcom.core.Threads
-
Preserves the interrupted status of the current thread following an InterruptedException.
- put(K, V) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.sellcom.core.collection.concurrent.ExpiringHashMap
-
- putBlob(short, byte[]) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putBoolean(short, Boolean) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putByte(short, Byte) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putCharacter(short, Character) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putDouble(short, Double) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putFloat(short, Float) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putInteger(short, Integer) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putLong(short, Long) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putShort(short, Short) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putUtf16String(short, String) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.
- putUtf8String(short, String) - Method in interface org.sellcom.core.io.encoding.TtlvBuilder
-
Associates the given value with the given tag in the message.