Index

A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

P

Pair<L,R> - Record Class in org.tquadrat.foundation.lang
The implementation of a tupel.
Pair(L, R) - Constructor for record class org.tquadrat.foundation.lang.Pair
Creates an instance of a Pair record class.
parallel() - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
parallel() - Method in interface org.tquadrat.foundation.stream.MapStream
parallel() - Method in class org.tquadrat.foundation.stream.StreamAdapter
peek(Consumer<? super Map.Entry<K, V>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
peek(Consumer<? super Map.Entry<K, V>>) - Method in interface org.tquadrat.foundation.stream.MapStream
peek(Consumer<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
PlaygroundClass - Annotation Interface in org.tquadrat.foundation.annotation
This is the marker annotation for a "Playground Class"
print(Object) - Method in interface org.tquadrat.foundation.lang.Printer
Prints the given object instance after converting it to a String.
Printer - Interface in org.tquadrat.foundation.lang
Prints a formatted message.
printf(String, Object...) - Method in interface org.tquadrat.foundation.lang.Printer
Prints the given message, using the current locale.
printf(Locale, String, Object...) - Method in interface org.tquadrat.foundation.lang.Printer
Prints the given message.
println() - Method in interface org.tquadrat.foundation.lang.Printer
Prints a new-line.
println(Object) - Method in interface org.tquadrat.foundation.lang.Printer
Prints the given object instance after converting it to a String, followed by a new-line.
PrivateConstructorForStaticClassCalledError - Exception Class in org.tquadrat.foundation.exception
This implementation of Error should be called from private constructors of static classes (classes that does not allow any instances because they have only static methods or constants).
PrivateConstructorForStaticClassCalledError(Class<?>) - Constructor for exception class org.tquadrat.foundation.exception.PrivateConstructorForStaticClassCalledError
Creates a new ErrorPrivateConstructorForStaticClassCalled instance.
PrivateConstructorForStaticClassCalledError(String) - Constructor for exception class org.tquadrat.foundation.exception.PrivateConstructorForStaticClassCalledError
Creates a new ErrorPrivateConstructorForStaticClassCalled instance.
ProgramClass - Annotation Interface in org.tquadrat.foundation.annotation
This is the marker annotation for a "Main" class.
PROPERTY_APPLICATIONID - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the application id as used by the logging sub-system: "org.tquadrat.logging.applicationId".
PROPERTY_CLASSPATH - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the current class path: "java.class.path".
PROPERTY_CPUARCHITECTURE - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the architecture of the current CPU: "os.arch".
PROPERTY_FILE_ENCODING - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the file encoding used by the JVM: "file.encoding".
PROPERTY_HEADLESS - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property providing the flag that indicates whether the program is running in a headless mode, meaning that is does not have any kind of a graphical user interface: "java.awt.headless".
PROPERTY_IS_DEBUG - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property that is used to enable the debug mode: "isDebug".
PROPERTY_IS_TEST - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property that is used to enable the test mode: "isTest".
PROPERTY_JAVA_HOME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the Java installation directory: "java.home".
PROPERTY_JAVA_RUNTIME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the name of the Java runtime: "java.runtime.name".
PROPERTY_JAVA_VENDOR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the Java vendor: "java.vendor".
PROPERTY_JAVA_VENDOR_URL - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the homepage URL of the Java vendor: "java.vendor.url".
PROPERTY_JAVA_VERSION - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the Java version: "java.version".
PROPERTY_JVM_NAME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the current JVM: "java.vm.name".
PROPERTY_JVM_VENDOR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the vendor for the current JVM: "java.vm.vendor".
PROPERTY_JVM_VERSION - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the version of the current JVM: "java.vm.version".
PROPERTY_LINE_SEPARATOR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the line separator: "line.separator".
PROPERTY_LOGGING_CONFIG_CLASS - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The optional system property for the name of the class that provides the configuration the JDK logger: "java.util.logging.config.class".
PROPERTY_LOGGING_CONFIG_FILE - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The optional system property for the name of the configuration file for the JDK logger: "java.util.logging.config.file".
PROPERTY_MAIL_SESSION_DEBUG - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The optional system property for enabling java mail session debug: "javax.mail.Session.debug".
PROPERTY_MODULEPATH - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The (vested [?])
PROPERTY_NET_PROTOCOL_PKGS - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the name of the packages with URL protocol handlers: "java.protocol.handler.pkgs".
PROPERTY_OSNAME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the current operating system: "os.name".
PROPERTY_OSVERSION - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the version of the current operating system: "os.version".
PROPERTY_PREFS_ROOT_SYSTEM - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the location of the system preferences files on a UNIX/Linux system: "java.util.prefs.systemRoot".

If not set, the location is /etc/, resulting to /etc/.java/.systemPrefs.

If the default location is used, the respective folder has to be created by a user with root permissions; the files in there should have the rights 544, while the folder and its sub-folders should have 755.
PROPERTY_PREFS_ROOT_USER - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the location of the user preferences files on a UNIX/Linux system: "java.util.prefs.userRoot".

If not set, the location is ~/, resulting to ~/.java/.userPrefs/.
PROPERTY_PREFS_SYNC - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the synchronisation interval of the preferences on a UNIX/Linux system, in seconds: "java.util.prefs.syncInterval".

If not set, the interval is 30 seconds.
PROPERTY_RESOURCEBUNDLE_ENCODING - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property that is used to force the encoding for a PropertyResourceBundle: "java.util.PropertyResourceBundle.encoding".
PROPERTY_SAX_PARSER_FACTORY - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the class name of the SAX XML parser factory: "javax.xml.parsers.SAXParserFactory".
PROPERTY_SSL_KEYSTORE - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the name of the file with the SSL key store: "javax.net.ssl.keyStore".
PROPERTY_SSL_KEYSTORE_PASSWORD - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the password for the SSL key store: "javax.net.ssl.keyStorePassword".
PROPERTY_TEMPFOLDER - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the temp folder that is used by the current user: "java.io.tmpdir".
PROPERTY_USER_COUNTRY - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the country code setting for the current user: "user.country".
PROPERTY_USER_DIR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the current working directory of the current user: "user.dir".
PROPERTY_USER_HOME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the home directory of the current user: "user.home".
PROPERTY_USER_LANG - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the language code setting the current user: "user.language".
PROPERTY_USER_NAME - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The vested system property for the name of the current user: "user.name".
PROPERTY_USER_TIMEZONE - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The system property for the time zone setting the current user: "user.timezone".
PropertyName - Annotation Interface in org.tquadrat.foundation.annotation
Associates a property name to a method.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form