Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- pad(CharSequence, int, char) - Method in enum class org.tquadrat.foundation.util.StringUtils.Padding
-
Pads the given input String.
- pad(CharSequence, int, char, StringUtils.Padding, boolean) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Brings the given string to the given length and uses the provided padding character to fill up the string.
- pad(CharSequence, int, char, StringUtils.Padding, StringUtils.Clipping) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Brings the given string to the given length and uses the provided padding character to fill up the string.
- PAD_LIMIT - Static variable in class org.tquadrat.foundation.util.StringUtils
-
The maximum size to which the padding constant(s) can expand: 8192.
- padCenter(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Fills up the given string to the given length by adding blanks on both sides; will abbreviate the string if it is longer than the given length.
- padding(int, char) - Static method in enum class org.tquadrat.foundation.util.StringUtils.Padding
-
Returns padding using the specified pad character repeated to the given length.
- Padding() - Constructor for enum class org.tquadrat.foundation.util.StringUtils.Padding
- PADDING_CENTER - Enum constant in enum class org.tquadrat.foundation.util.StringUtils.Padding
-
The pad characters are distributed evenly at begin and end of the string.
- PADDING_LEFT - Enum constant in enum class org.tquadrat.foundation.util.StringUtils.Padding
-
The pad characters are added at the beginning of the string (prefixing it).
- PADDING_RIGHT - Enum constant in enum class org.tquadrat.foundation.util.StringUtils.Padding
-
The pad characters are added the end of the string (as a suffix).
- padLeft(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Fills up the given string to the given length by adding blanks on the left side; will abbreviate the string if it is longer than the given length.
- padRight(CharSequence, int) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Fills up the given string to the given length by adding blanks on the right side; will abbreviate the string if it is longer than the given length.
- parseAndAdd(Entities.EntityMap, String) - Static method in class org.tquadrat.foundation.util.internal.Entities
-
Parses the given input line for an entity name and the related code point, and adds both to the given entity map.
- parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.InstantStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.MonthDayStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.OffsetDateTimeStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.OffsetTimeStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.TimeDateStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.YearMonthStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.YearStringConverter
-
Parses the given String to an instance of
Temporal
. - parseDateTime(CharSequence, Optional<DateTimeFormatter>) - Method in class org.tquadrat.foundation.util.stringconverter.ZonedDateTimeStringConverter
-
Parses the given String to an instance of
Temporal
. - parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.BigDecimalStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.BigIntegerStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.ByteStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.DoubleStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.FloatStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.IntegerStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.LongStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.NumberStringConverter
-
Parses the given String to a number.
- parseNumber(String) - Method in class org.tquadrat.foundation.util.stringconverter.ShortStringConverter
-
Parses the given String to a number.
- PathStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
An implementation of
StringConverter
forPath
values.
The methodPathStringConverter.fromString(CharSequence)
usesPath.of(String, String...)
to create thePath
instance for the given value.
The file or folder that will be identified by the respectivePath
object do not need to exist nor is it guaranteed that it can be accessed or create through the current user.
Names will not be normalised or canonicalized.
A path name of only blanks will be accepted as valid, while the empty String will cause anIllegalArgumentException
. - PathStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.PathStringConverter
-
Creates a new instance of
PathStringConverter
. - PATTERN - Static variable in class org.tquadrat.foundation.util.stringconverter.ListStringConverter
-
The pattern that is used to identify an entry: "\\{\\{(.*?)\\}\\}".
- PATTERN_IPv4_ADDRESS - Static variable in class org.tquadrat.foundation.util.SystemUtils
-
The regular expression for a valid IPv4 address: "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$".
- PatternStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
An implementation of
StringConverter
for regular expressions that are stored asPattern
values. - PatternStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.PatternStringConverter
-
Creates a new instance of
PatternStringConverter
. - peek() - Method in class org.tquadrat.foundation.util.Stack
-
Returns the first entry from the stack without removing it from the stack.
- PeriodStringConverter - Class in org.tquadrat.foundation.util.stringconverter
-
An implementation of
StringConverter
forPeriod
values. - PeriodStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.PeriodStringConverter
-
Creates a new instance of
PeriodStringConverter
. - pop() - Method in class org.tquadrat.foundation.util.Stack
-
Returns the first entry from the stack and removes it.
- PosixPermissions() - Constructor for class org.tquadrat.foundation.util.IOUtils.PosixPermissions
-
No instance allowed for this class!
- PREFIX_ADD - Static variable in class org.tquadrat.foundation.util.JavaUtils
-
The prefix for the name of an 'add' method: "add"
- PREFIX_GET - Static variable in class org.tquadrat.foundation.util.JavaUtils
-
The prefix for the name of a getter method: "get".
- PREFIX_IS - Static variable in class org.tquadrat.foundation.util.JavaUtils
-
The prefix for the name of a getter method that returns a
boolean
value: "is". - PREFIX_SET - Static variable in class org.tquadrat.foundation.util.JavaUtils
-
The prefix for the name of a setter method: "set"
- prepend(Collection<T>) - Method in interface org.tquadrat.foundation.util.HeadTailList
-
Returns a new list where the entries of the given list are placed before the first entry of this list.
- prepend(HeadTailList<T>) - Method in interface org.tquadrat.foundation.util.HeadTailList
-
Returns a new list where this list is appended to the end of the given list.
- PrimitiveEntityMap() - Constructor for class org.tquadrat.foundation.util.internal.Entities.PrimitiveEntityMap
-
Creates a new primitive entity map.
- PROPERTY_NODE_ID - Static variable in class org.tquadrat.foundation.util.SystemUtils
-
The name of the system property for the node id: "org.tquadrat.foundation.util.SystemUtils.NodeId".
- PROPERTY_USE_PSEUDO_NODE_ID - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
-
The name for the internal system property for the flag controlling that only pseudo node ids should be used to generate
UUID
instances of type 1: "org.tquadrat.foundation.util.UniqueIdUtils.UsePseudoNodeId". - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.BigDecimalStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.BigIntegerStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.BooleanStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ByteArrayStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ByteStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.CharacterStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.CharsetStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ClassStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.CurrencyStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.DayOfWeekStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.DoubleStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.DurationStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.FileStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.FloatStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.HashStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.InetAddressStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.InstantStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.IntegerStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.LocalDateStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.LocalDateTimeStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.LocaleStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.LocalTimeStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.LongStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.MonthDayStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.MonthStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.OffsetDateTimeStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.OffsetTimeStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.PathStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.PatternStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.PeriodStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ShortStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.StringStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.TimeUnitStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.TimeZoneStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.URIStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.URLStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.UUIDStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.YearMonthStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.YearStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ZonedDateTimeStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - provider() - Static method in class org.tquadrat.foundation.util.stringconverter.ZoneIdStringConverter
-
This method is used by the
ServiceLoader
to obtain the instance for thisStringConverter
implementation. - push(T) - Method in class org.tquadrat.foundation.util.Stack
-
Add the given entry to the stack.
- push(T...) - Method in class org.tquadrat.foundation.util.Stack
-
Adds the given entries to the stack, in LIFO order.
- put(K, V) - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
- putAll(Map<? extends K, ? extends V>) - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form