Skip navigation links
A B C D E F G H I L M N O P Q R S T U X 

P

p(Object, String) - Static method in class com.nwawsoft.util.tools.DebugPrinter
Prints the passed String no matter if the DEBUG flag is set or not.
parseFont(String) - Static method in class com.nwawsoft.util.ui.FontFunctions
Creates a Font from a fontString.
pasteClipboardTo(JTextComponent) - Method in class com.nwawsoft.util.tools.ClipboardManager
Pastes the content of the system clipboard to the specified JTextComponent.
pasteClipboardTo(TextComponent) - Method in class com.nwawsoft.util.tools.ClipboardManager
Pastes the content of the system clipboard to the specified TextComponent.
PathFunctions - Class in com.nwawsoft.util.file
Provides functions for easier handling of and working with files, directories and paths.
PathFunctions() - Constructor for class com.nwawsoft.util.file.PathFunctions
 
pop() - Method in class com.nwawsoft.util.datastructures.Stack
The upmost object is removed (popped) from the stack.
popAndTop() - Method in class com.nwawsoft.util.datastructures.Stack
Removes (pops) the upmost object from the stack and returns the new upmost object.
previous() - Method in class com.nwawsoft.util.datastructures.List
If there is a currently selected object the previous object becomes the currently selected object.
PrimeFactorization - Class in com.nwawsoft.util.math
WIP, not done yet!
PrimeFactorization() - Constructor for class com.nwawsoft.util.math.PrimeFactorization
 
primeFactorize(int) - Static method in class com.nwawsoft.util.math.PrimeFactorization
Uses Direct Search Factorization with trial divisions to find all prime factors of a given number.
PrimeNumberFunctions - Class in com.nwawsoft.util.math
Supplies functions to generate or check prime numbers.
PrimeNumberFunctions() - Constructor for class com.nwawsoft.util.math.PrimeNumberFunctions
 
print() - Method in class com.nwawsoft.util.datastructures.IntList
Prints the whole IntList one Integer per line and moves the 'current' reference to the first entry.
print() - Method in class com.nwawsoft.util.datastructures.List
Prints all entries of the list, one line per entry, using .toString() to get its String representation.
print() - Method in class com.nwawsoft.util.datastructures.StringList
Prints the whole StringList one String per line and moves the 'current' reference to the first entry.
print(int) - Method in class com.nwawsoft.util.datastructures.StringList
Prints the whole StringList with a maximum of outputAmount Strings one String per line and moves the 'current' reference to the first entry.
print(char[]) - Static method in class com.nwawsoft.util.natives.CharArrayFunctions
Prints an array of characters, one line each.
print(char[], boolean) - Static method in class com.nwawsoft.util.natives.CharArrayFunctions
Prints an array of characters, one line each.
print(int[], int) - Static method in class com.nwawsoft.util.natives.IntArrayFunctions
Prints an array of Integers, one value per line.
printCurrentWorkingDirectory() - Static method in class com.nwawsoft.util.file.PathFunctions
Prints the current working directory using File.getCanonicalPath() and System.getProperty("user.dir").
printHCN(int) - Static method in class com.nwawsoft.util.math.HighlyCompositeNumbers
Prints all numbers between 0 and upperBound that have a higher amount of divisors than the numbers before.
printHCN(int, int) - Static method in class com.nwawsoft.util.math.HighlyCompositeNumbers
Prints all numbers that have a higher amount of divisors than the numbers before.
printHCN() - Static method in class com.nwawsoft.util.math.HighlyCompositeNumbers
Endless HCN print.
printHere() - Method in class com.nwawsoft.util.datastructures.StringList
Prints the rest of the StringList, starting from where the 'current' reference was, one String per line and moves the 'current' reference to the first entry.
printHere(int) - Method in class com.nwawsoft.util.datastructures.StringList
Prints the rest of the StringList with a maximum of outputAmount Strings, starting from where the 'current' reference was, one String per line and moves the 'current' reference to the first entry.
printStringArray(String[]) - Static method in class com.nwawsoft.util.natives.StringArrayFunctions
Prints an array of Strings, one line each.
ProtocolFunctions - Class in com.nwawsoft.util.jar
Provides functions which behave differently depending on the run environment (mainly IDE/direct execution vs. from inside a '.jar' file).
ProtocolFunctions() - Constructor for class com.nwawsoft.util.jar.ProtocolFunctions
 
push(Object) - Method in class com.nwawsoft.util.datastructures.Stack
Puts (pushes) a new object on the top of the stack.
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links