AlgART Home
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abc(int) - Static method in class net.algart.lib.Out
Equivalent to
abc(long) - Static method in class net.algart.lib.Out
Returns the representation of the integer argument in a special "spreadsheet" form: 0 is represented as "A", 1 as "B", 2 as "C", then "D", "E", ..., "Z", "AA", "AB", ..., "AZ", "BA", "AB", ..., "ZY", "ZZ", "AAA", "AAB", ...
abs(int) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.abs method.
abs(long) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.abs method.
abs(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.abs method.
abs(float) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.abs method.
abs(int) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.abs method.
abs(long) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.abs method.
abs(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.abs method.
abs(float) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.abs method.
AbstractException - Exception in net.algart.lib
Implements an idea of xml-based easily localized exceptions.
AbstractException() - Constructor for exception net.algart.lib.AbstractException
 
AbstractException(String) - Constructor for exception net.algart.lib.AbstractException
 
AbstractException.Info - Class in net.algart.lib
 
accept(File) - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter
 
acceptSubdirectory(File) - Method in class net.algart.swing.AJFileChooser.SubdirectoryFilter
Whether the given subdirectory can be approved by Approve button.
acos(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.acos(a)
acos(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.acos(a)
actionPerformed(ActionEvent) - Method in class net.algart.swing.AJFileChooser.SpecialGoHomeActionListener
 
actionPerformed(ActionEvent) - Method in class net.algart.swing.AUndoText.RedoAction
 
actionPerformed(ActionEvent) - Method in class net.algart.swing.AUndoText.UndoAction
 
activeLocalClassSeparator - Variable in class net.algart.syntax.java.Parser
 
add(Object, Object) - Static method in class net.algart.array.Arrays
 
add(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
add(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
add(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
add(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
add(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
add(int[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
add(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
add(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
add(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
add(float[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
add(double[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
add(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
add(Document) - Method in class net.algart.swing.AUndoText
 
addDeleteButton(AbstractButton) - Method in class net.algart.swing.AJFileChooser
Adds the given button to internal list deleteButtons and sets the button's action listener that calls deleteSelectedFiles() method.
addFlusher(Out.Flusher) - Static method in class net.algart.lib.Out
Registers (adds to the internal list) a flusher, that (it's flush() method) will be called in the Out.flush() method.
addKeyListenerRecursive(Component, KeyListener) - Static method in class net.algart.swing.ASwingUtilities
 
addLFIfNotEmpty(String) - Static method in class net.algart.lib.Strings
 
adds(Object, Object) - Static method in class net.algart.array.Arrays
 
adds(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
adds(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
adds(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
adds(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
addToList(File) - Method in class net.algart.lib.FileVisitor.Lister
 
addu(Object, Object) - Static method in class net.algart.array.Arrays
 
addu(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
addu(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
addu(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
addu(int[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
addus(Object, Object) - Static method in class net.algart.array.Arrays
 
addus(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
addus(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
addus(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
addus(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
addWindowsClipboardKeys() - Static method in class net.algart.swing.ASwingUtilities
 
afterLastSubstring(String, String) - Static method in class net.algart.lib.Strings
 
AJDialog - Class in net.algart.swing
Deprecated.
AJDialog() - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(boolean) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Frame) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Frame, boolean) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Frame, String) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Frame, String, boolean) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Dialog) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Dialog, boolean) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Dialog, String) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Dialog, String, boolean) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJDialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class net.algart.swing.AJDialog
Deprecated.
 
AJFileChooser - Class in net.algart.swing
 
AJFileChooser() - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser(String) - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser(File) - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser(FileSystemView) - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser(File, FileSystemView) - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser(String, FileSystemView) - Constructor for class net.algart.swing.AJFileChooser
 
AJFileChooser.DefaultDeleter - Class in net.algart.swing
DefaultDeleter is the default implementation of Deleter abstract class.
AJFileChooser.DefaultDeleter(AJFileChooser) - Constructor for class net.algart.swing.AJFileChooser.DefaultDeleter
 
AJFileChooser.Deleter - Class in net.algart.swing
Deleter abstract class allows AJFileChooser to perform delete operations.
AJFileChooser.Deleter() - Constructor for class net.algart.swing.AJFileChooser.Deleter
 
AJFileChooser.ExtensionFileFilter - Class in net.algart.swing
ExtensionFileFilter accepts files with the one of the given extensions and also any traversable nodes - subdirectories, links, network places, etc.
AJFileChooser.ExtensionFileFilter(JFileChooser, AJFileChooser.ExtensionFileFilter.Settings) - Constructor for class net.algart.swing.AJFileChooser.ExtensionFileFilter
 
AJFileChooser.ExtensionFileFilter.Settings - Class in net.algart.swing
Settings is an argument for ExtensionFileFilter
AJFileChooser.ExtensionFileFilter.Settings(String[], String) - Constructor for class net.algart.swing.AJFileChooser.ExtensionFileFilter.Settings
All extensions are automatically converted to lower case by the call ...toUpperCase().toLowerCase()
AJFileChooser.FileNameFilter - Interface in net.algart.swing
 
AJFileChooser.SpecialFilesListKeyListener - Class in net.algart.swing
 
AJFileChooser.SpecialFilesListKeyListener(JList) - Constructor for class net.algart.swing.AJFileChooser.SpecialFilesListKeyListener
 
AJFileChooser.SpecialGoHomeActionListener - Class in net.algart.swing
 
AJFileChooser.SpecialGoHomeActionListener(JFileChooser, File) - Constructor for class net.algart.swing.AJFileChooser.SpecialGoHomeActionListener
 
AJFileChooser.SubdirectoryFilter - Class in net.algart.swing
SubdirectoryFilter should be set by the same setFileFilter() method.
AJFileChooser.SubdirectoryFilter() - Constructor for class net.algart.swing.AJFileChooser.SubdirectoryFilter
 
AJFileChooser.WhereToAddButtons - Class in net.algart.swing
 
AJFrame - Class in net.algart.swing
Deprecated.
AJFrame() - Constructor for class net.algart.swing.AJFrame
Deprecated.
 
AJFrame(GraphicsConfiguration) - Constructor for class net.algart.swing.AJFrame
Deprecated.
 
AJFrame(String) - Constructor for class net.algart.swing.AJFrame
Deprecated.
 
AJFrame(String, GraphicsConfiguration) - Constructor for class net.algart.swing.AJFrame
Deprecated.
 
AJOptionPane - Class in net.algart.swing
Deprecated.
AJOptionPane() - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object, int) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object, int, int) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object, int, int, Icon) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object, int, int, Icon, Object[]) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJOptionPane(Object, int, int, Icon, Object[], Object) - Constructor for class net.algart.swing.AJOptionPane
Deprecated.
 
AJTextArea - Class in net.algart.swing
 
AJTextArea() - Constructor for class net.algart.swing.AJTextArea
 
ALWAYS_IGNORED_PREFIXES - Static variable in class net.algart.lib.Reflection.DynamicClassOverloader
 
append(boolean[], boolean[]) - Static method in class net.algart.array.Arrays
 
append(byte[], byte[]) - Static method in class net.algart.array.Arrays
 
append(short[], short[]) - Static method in class net.algart.array.Arrays
 
append(int[], int[]) - Static method in class net.algart.array.Arrays
 
append(long[], long[]) - Static method in class net.algart.array.Arrays
 
append(float[], float[]) - Static method in class net.algart.array.Arrays
 
append(double[], double[]) - Static method in class net.algart.array.Arrays
 
append(String[], String[]) - Static method in class net.algart.array.Arrays
 
append(Object, Object) - Static method in class net.algart.array.Arrays
 
appendEnsured(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
appendEnsured(Object, int, Object) - Static method in class net.algart.array.Arrays
 
AppendingStatusShower - Class in net.algart.status
 
AppendingStatusShower() - Constructor for class net.algart.status.AppendingStatusShower
 
AppendingStatusShower(StatusShowerWithMemory) - Constructor for class net.algart.status.AppendingStatusShower
 
appendLocalImports(String[]) - Method in class net.algart.syntax.java.Parser.MemberSource
 
appendSeparator(String, String) - Static method in class net.algart.lib.Strings
 
approveButtonShouldBeDefault - Variable in class net.algart.swing.AJFileChooser
 
approveSelection() - Method in class net.algart.swing.AJFileChooser
Overrided to process special (described above) features of this class.
APPROVING_FILES_ONLY_ENABLED_CHANGED_PROPERTY - Static variable in class net.algart.swing.AJFileChooser
Identifies a change in the approvingFilesOnlyEnabled property.
APPROVING_NON_EXISTING_FILES_ENABLED_CHANGED_PROPERTY - Static variable in class net.algart.swing.AJFileChooser
Identifies a change in the approvingNonExistingFilesEnabled property.
AQS_VERSION - Static variable in class net.algart.lib.QuickSerializer
 
args - Variable in class net.algart.syntax.java.Parser.MethodSource
 
ArgumentRequiredException - Exception in net.algart.lib
 
ArgumentRequiredException(String, String) - Constructor for exception net.algart.lib.ArgumentRequiredException
 
ArgumentRequiredException(String, String[]) - Constructor for exception net.algart.lib.ArgumentRequiredException
 
Arrays - Class in net.algart.array
Wide library of tools for working with arrays (native-optimized).
Arrays.ClassMatcher - Class in net.algart.array
 
Arrays.ClassMatcher(Class) - Constructor for class net.algart.array.Arrays.ClassMatcher
 
Arrays.MainValue - Interface in net.algart.array
 
Arrays.Matcher - Interface in net.algart.array
 
Arrays.Replacer - Class in net.algart.array
 
Arrays.Replacer(Object) - Constructor for class net.algart.array.Arrays.Replacer
 
Arrays.ValueFrom - Interface in net.algart.array
 
ASCII - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 7-bit "ASCII" encoding.
asin(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.asin(a)
asin(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.asin(a)
ASwingUtilities - Class in net.algart.swing
 
ASwingUtilities() - Constructor for class net.algart.swing.ASwingUtilities
 
atan(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.atan(a)
atan(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.atan(a)
atan2(double, double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.atan2(a,b)
atan2(double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.atan2(a,b)
AUndoText - Class in net.algart.swing
 
AUndoText() - Constructor for class net.algart.swing.AUndoText
 
AUndoText(Document) - Constructor for class net.algart.swing.AUndoText
 
AUndoText.RedoAction - Class in net.algart.swing
 
AUndoText.RedoAction() - Constructor for class net.algart.swing.AUndoText.RedoAction
 
AUndoText.UndoAction - Class in net.algart.swing
 
AUndoText.UndoAction() - Constructor for class net.algart.swing.AUndoText.UndoAction
 
AUndoText.UndoHandler - Class in net.algart.swing
 
AUndoText.UndoHandler() - Constructor for class net.algart.swing.AUndoText.UndoHandler
 
avoidDebugSignalsForExceptions(String) - Static method in class net.algart.lib.Out
Replaces every char sequence "Exception" in the string s with the char sequence "[[E]]xception".

B

beforeLastSubstring(String, String) - Static method in class net.algart.lib.Strings
 
between(char, char, char) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(byte, byte, byte) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(short, short, short) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(int, int, int) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(long, long, long) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(float, float, float) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(double, double, double) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) && a <= max(b, c).
between(float, float, float, float) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) + epsilon && a <= max(b, c) - epsilon.
between(double, double, double, double) - Static method in class net.algart.lib.Ma
An equivalent of a >= min(b, c) + epsilon && a <= max(b, c) - epsilon.
between(char, char, char) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(byte, byte, byte) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(short, short, short) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(int, int, int) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(long, long, long) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(float, float, float) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(double, double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) && a <= max(b, c).
between(float, float, float, float) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) + epsilon && a <= max(b, c) - epsilon.
between(double, double, double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= min(b, c) + epsilon && a <= max(b, c) - epsilon.
between(int, int, int) - Static method in class net.algart.lib.Strings
 
between(int, char[]) - Static method in class net.algart.lib.Strings
 
bgrToBufferedImage(int[], int, int, boolean) - Static method in class net.algart.lib.ColorBuffers
 
BinaryIO - Class in net.algart.lib
A collection of static methods for reading and writing binary files.
body - Variable in class net.algart.syntax.java.Parser.MethodSource
 
BOOLEAN - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
braceLevel - Variable in class net.algart.syntax.java.ExtendedTokenizer
 
BY_COLUMNS - Static variable in class net.algart.lib.Strings
 
BY_ROWS - Static variable in class net.algart.lib.Strings
 
BYTE - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 

C

canDelete(File) - Method in class net.algart.swing.AJFileChooser.DefaultDeleter
Returns true if and only if f is a usual file or an empty directory.
canDelete(File) - Method in class net.algart.swing.AJFileChooser.Deleter
This method is called by the default implementation of the following canDelete(File[] files) method.
canDelete(File[]) - Method in class net.algart.swing.AJFileChooser.Deleter
canDelete returns false if some of the given files/subdirectories cannot be deleted.
canDeleteSelectedFiles() - Method in class net.algart.swing.AJFileChooser
Returns true if the current deleter interface says (by its canDelete method) that all selected files can be deleted.
canDeleteStatusChanged(boolean) - Method in class net.algart.swing.AJFileChooser.DefaultDeleter
Does nothing in this implementation.
canDeleteStatusChanged(boolean) - Method in class net.algart.swing.AJFileChooser.Deleter
canDeleteStatusChanged is called every time when the result of AJFileChooser.canDeleteSelectedFiles() method is changed.
CANON_EQ - Static variable in class net.algart.lib.Strings
 
CASE_INSENSITIVE - Static variable in class net.algart.lib.Strings
 
ceil(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.ceil(a)
ceil(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.ceil(a)
CHAR - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
charAt(String, int) - Static method in class net.algart.lib.Strings
 
charCount(String, char) - Static method in class net.algart.lib.Strings
 
charsetName() - Method in class net.algart.lib.TextIO.ForCharset
Returns the name of the encoding used by this instance.
chomp(String) - Static method in class net.algart.lib.Strings
Removes ending '\n' character or "\r\n" character pair; also converts null to "".
choose(Object[], Arrays.Matcher) - Static method in class net.algart.array.Arrays
 
choose(Object[], Arrays.Matcher, Object[]) - Static method in class net.algart.array.Arrays
 
chop(String) - Static method in class net.algart.lib.Strings
 
CLASSES_TEMPORARY_SUBDIRECTORY_PREFIX - Static variable in class net.algart.lib.Reflection
 
className() - Method in class net.algart.lib.JavaCompiler.CompilationResults
 
classNameMatches(Class, String) - Method in class net.algart.syntax.java.Types
 
classNameMatches(Class, String, String[]) - Static method in class net.algart.syntax.java.Types
 
classPath() - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
classPath() - Method in interface net.algart.lib.Reflection.WithClassPath
Returns CLASSPATH as a set (should contain String elements only)
clear() - Method in exception net.algart.lib.JavaCompiler.LocalException
 
clone() - Method in exception net.algart.lib.AbstractException
 
clone() - Method in class net.algart.lib.JavaCompiler
 
coerciveCopy(char[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], char[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(short[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], short[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(int[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(long[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], long[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(float[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], float[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(double[], byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], double[]) - Static method in class net.algart.array.Arrays
 
coerciveCopy(Object, Object) - Static method in class net.algart.array.Arrays
 
coerciveCopy(char[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(long[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(float[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(double[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(byte[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopy(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(char[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(short[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(int[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(long[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(float[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(double[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(Object) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(char[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(short[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(int[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(long[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(float[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(double[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyBytes(Object, int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyChars(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyChars(byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyDoubles(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyDoubles(byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyFloats(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyFloats(byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyInts(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyInts(byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyLongs(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyLongs(byte[], int, int) - Static method in class net.algart.array.Arrays
 
coerciveCopyShorts(byte[]) - Static method in class net.algart.array.Arrays
 
coerciveCopyShorts(byte[], int, int) - Static method in class net.algart.array.Arrays
 
ColorBuffers - Class in net.algart.lib
Easy-to-use library for creating BufferedImage on the base of pixel arrays.
COM_SUN_TOOLS_JAVAC - Static variable in class net.algart.lib.JavaCompiler.UsedTool
 
comment - Variable in class net.algart.syntax.java.Parser.FieldSource
 
comment - Variable in class net.algart.syntax.java.Parser.MethodArgumentSource
 
COMMENTS - Static variable in class net.algart.lib.Strings
 
compile(String[]) - Method in class net.algart.lib.JavaCompiler.UsedTool
 
compileAndLoad(String, String, ClassLoader) - Method in class net.algart.lib.JavaCompiler
 
compileAndLoad(String, String, ClassLoader, JavaCompiler.ClassCorrector) - Method in class net.algart.lib.JavaCompiler
Note! classCorrector and parentClassLoader arguments are used only when the class is compiled.
compileJavaFile(File) - Method in class net.algart.lib.JavaCompiler
 
compilerOutput() - Method in class net.algart.lib.JavaCompiler.UsedTool.CompilationResults
 
constantBooleans(int, boolean) - Static method in class net.algart.array.Arrays
 
constantBytes(int, byte) - Static method in class net.algart.array.Arrays
 
constantChars(int, char) - Static method in class net.algart.array.Arrays
 
constantDoubles(int, double) - Static method in class net.algart.array.Arrays
 
constantFloats(int, float) - Static method in class net.algart.array.Arrays
 
constantInts(int, int) - Static method in class net.algart.array.Arrays
 
constantLongs(int, long) - Static method in class net.algart.array.Arrays
 
constantObjects(int, Object) - Static method in class net.algart.array.Arrays
 
constantShorts(int, short) - Static method in class net.algart.array.Arrays
 
constantStrings(int, String) - Static method in class net.algart.array.Arrays
 
contains(Object[], Arrays.Matcher) - Static method in class net.algart.array.Arrays
 
copy(boolean[]) - Static method in class net.algart.array.Arrays
 
copy(char[]) - Static method in class net.algart.array.Arrays
 
copy(byte[]) - Static method in class net.algart.array.Arrays
 
copy(short[]) - Static method in class net.algart.array.Arrays
 
copy(int[]) - Static method in class net.algart.array.Arrays
 
copy(long[]) - Static method in class net.algart.array.Arrays
 
copy(float[]) - Static method in class net.algart.array.Arrays
 
copy(double[]) - Static method in class net.algart.array.Arrays
 
copy(String[]) - Static method in class net.algart.array.Arrays
 
copy(Object[]) - Static method in class net.algart.array.Arrays
 
copy(Object) - Static method in class net.algart.array.Arrays
 
copy(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
copy(char[], int, int) - Static method in class net.algart.array.Arrays
 
copy(byte[], int, int) - Static method in class net.algart.array.Arrays
 
copy(short[], int, int) - Static method in class net.algart.array.Arrays
 
copy(int[], int, int) - Static method in class net.algart.array.Arrays
 
copy(long[], int, int) - Static method in class net.algart.array.Arrays
 
copy(float[], int, int) - Static method in class net.algart.array.Arrays
 
copy(double[], int, int) - Static method in class net.algart.array.Arrays
 
copy(String[], int, int) - Static method in class net.algart.array.Arrays
 
copy(Object[], int, int) - Static method in class net.algart.array.Arrays
 
copy(Object, int, int) - Static method in class net.algart.array.Arrays
 
copy(char[], char[]) - Static method in class net.algart.array.Arrays
 
copy(byte[], byte[]) - Static method in class net.algart.array.Arrays
 
copy(short[], short[]) - Static method in class net.algart.array.Arrays
 
copy(int[], int[]) - Static method in class net.algart.array.Arrays
 
copy(long[], long[]) - Static method in class net.algart.array.Arrays
 
copy(float[], float[]) - Static method in class net.algart.array.Arrays
 
copy(double[], double[]) - Static method in class net.algart.array.Arrays
 
copy(String[], String[]) - Static method in class net.algart.array.Arrays
 
copy(Object[], Object[]) - Static method in class net.algart.array.Arrays
 
copy(Object, Object) - Static method in class net.algart.array.Arrays
 
copy(char[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
copy(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
copy(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
copy(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
copy(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
copy(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
copy(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
copy(String[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
copy(Object[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
copy(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
copy(File, File) - Static method in class net.algart.lib.BinaryIO
Fully copies the source file into the target file name.
copyEnsured(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
correctImport(String, ClassLoader) - Static method in class net.algart.syntax.java.Types
 
correctImports(String[], ClassLoader) - Static method in class net.algart.syntax.java.Types
 
cos(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.cos(a)
cos(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.cos(a)
count(Object[], Arrays.Matcher) - Static method in class net.algart.array.Arrays
 
count() - Method in class net.algart.array.Arrays.Replacer
 
CP1252 - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 8-bit "Cp1252" encoding.
CPU_3DNOW - Static variable in class net.algart.array.Arrays
 
CPU_3DNOWEX - Static variable in class net.algart.array.Arrays
 
CPU_AMD - Static variable in class net.algart.array.Arrays
 
CPU_CMOV - Static variable in class net.algart.array.Arrays
 
CPU_FAMILY - Static variable in class net.algart.array.Arrays
 
CPU_FAMILY_SHIFT - Static variable in class net.algart.array.Arrays
 
CPU_L1DATASIZE - Static variable in class net.algart.array.Arrays
 
CPU_L1DATASIZE_SHIFT - Static variable in class net.algart.array.Arrays
 
CPU_L1DATASIZE_UNIT - Static variable in class net.algart.array.Arrays
 
CPU_L2SIZE - Static variable in class net.algart.array.Arrays
 
CPU_L2SIZE_SHIFT - Static variable in class net.algart.array.Arrays
 
CPU_L2SIZE_UNIT - Static variable in class net.algart.array.Arrays
 
CPU_MMX - Static variable in class net.algart.array.Arrays
 
CPU_MMXEX - Static variable in class net.algart.array.Arrays
 
CPU_SSE - Static variable in class net.algart.array.Arrays
 
CPU_SSE2 - Static variable in class net.algart.array.Arrays
 
CPU_TSC - Static variable in class net.algart.array.Arrays
 
createClassLoader(Object) - Method in interface net.algart.lib.Reflection.ClassLoaderFactory
 
createDialog(Component) - Method in class net.algart.swing.AJFileChooser
Overrided to provide working of tryToMakeApproveButtonDefault() method.
createTempDirectory(String, String) - Static method in class net.algart.lib.Directory
 
createTempDirectory(String, String, File) - Static method in class net.algart.lib.Directory
 
ctrlsToJava(String) - Static method in class net.algart.lib.Strings
 
ctrlsToXml(String) - Static method in class net.algart.lib.Strings
 
ctrlsToXml(String, boolean) - Static method in class net.algart.lib.Strings
 
ctrlsToXml(String, boolean, boolean) - Static method in class net.algart.lib.Strings
 
currentClassName - Variable in class net.algart.syntax.java.Parser
 
currentContextId() - Static method in class net.algart.lib.GlobalStatus
 
currentContextId() - Method in interface net.algart.lib.GlobalStatus.StatusProducer
 
currentPackage - Variable in class net.algart.syntax.java.Parser
 
currentSysContextId() - Static method in class net.algart.lib.GlobalStatus
 
currentSysContextId() - Method in interface net.algart.lib.GlobalStatus.SystemStatusProducer
 

D

DEBUG_LEVEL - Static variable in class net.algart.lib.Directory
The global property returned by GlobalProperties.getClassDebugLevel(Directory.class) call: if it contains positive value, this class will print some debug information (by Out.println(String) calls).
DEBUG_LEVEL - Static variable in class net.algart.lib.FileVisitor
 
DEBUG_LEVEL - Static variable in class net.algart.lib.JavaCompiler
 
DEBUG_LEVEL - Static variable in class net.algart.lib.QuickLoadableImage
 
DEBUG_LEVEL - Static variable in class net.algart.lib.Reflection
 
DEBUG_LEVEL - Static variable in class net.algart.syntax.java.ExtendedTokenizer
 
DEBUG_LEVEL - Static variable in class net.algart.syntax.java.Parser
 
dec(double, int) - Static method in class net.algart.lib.Out
Returns the string decimal representation of the double argument with d digits after the decimal point.
dec(double, int, int) - Static method in class net.algart.lib.Out
Equivalent to
decodeUnicodeEscapes(String) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapes(String, boolean) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapes(char[]) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapes(char[], boolean) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapes(char[], int, int) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapes(char[], int, int, boolean) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapesSingle(String) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapesSingle(char[]) - Static method in class net.algart.lib.Strings
 
decodeUnicodeEscapesSingle(char[], int, int) - Static method in class net.algart.lib.Strings
 
decreaseTimeStart(long) - Static method in class net.algart.lib.Timing
 
DEFAULT - Static variable in class net.algart.lib.JavaCompiler.UsedTool
 
delete(Object, int) - Static method in class net.algart.array.Arrays
 
delete(Object, int, int) - Static method in class net.algart.array.Arrays
 
delete(Object[], Arrays.Matcher) - Static method in class net.algart.array.Arrays
 
delete(Object[], Arrays.Matcher, Object[]) - Static method in class net.algart.array.Arrays
 
delete(File[]) - Method in class net.algart.swing.AJFileChooser.DefaultDeleter
Tries to delete files/subdirectories by the recursive delete function.
delete(File[]) - Method in class net.algart.swing.AJFileChooser.Deleter
delete tries to delete the given files/subdirectories and returns false in a case of any errors.
deleteButtons - Variable in class net.algart.swing.AJFileChooser
 
deleteOne(Object, int) - Static method in class net.algart.array.Arrays
 
DELETER_CHANGED_PROPERTY - Static variable in class net.algart.swing.AJFileChooser
Identifies a change in the deleter property.
deleteSelectedFiles() - Method in class net.algart.swing.AJFileChooser
Tries to delete all selected files using the method delete of the current deleter interface.
deleteToEnd(Object, int) - Static method in class net.algart.array.Arrays
 
depth() - Method in class net.algart.lib.FileVisitor
 
deserialize(InputStream, boolean) - Static method in class net.algart.lib.BinaryIO
 
deserialize(File) - Static method in class net.algart.lib.BinaryIO
 
deTab(String, int) - Static method in class net.algart.lib.Out
Equivalent to
deTab(String, int, char) - Static method in class net.algart.lib.Out
Performs standard detab operation with the given tabulation length.
deTab(String, int[]) - Static method in class net.algart.lib.Out
Equivalent to
deTab(String, int[], char) - Static method in class net.algart.lib.Out
Performs detab operation with the given set of tabulation positions.
diffcpu(long, long) - Static method in class net.algart.lib.Timing
 
diffcpu(long) - Static method in class net.algart.lib.Timing
 
diffcpu(long, long, double) - Static method in class net.algart.lib.Timing
 
diffcpu(long, double) - Static method in class net.algart.lib.Timing
 
diffns(long, long) - Static method in class net.algart.lib.Timing
 
diffns(long) - Static method in class net.algart.lib.Timing
 
diffns(long, long, double) - Static method in class net.algart.lib.Timing
 
diffns(long, double) - Static method in class net.algart.lib.Timing
 
Directory - Class in net.algart.lib
A simple inheritor of standard java.io.File for representing directories.
Directory(String) - Constructor for class net.algart.lib.Directory
 
discardLine() - Method in class net.algart.syntax.java.ExtendedTokenizer
 
DOTALL - Static variable in class net.algart.lib.Strings
 
DOUBLE - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
dup(char, int) - Static method in class net.algart.lib.Out
Returns a string consisting of len copies of the specified character c.
dup(char, int) - Static method in class net.algart.lib.Strings
 
dup(String, int) - Static method in class net.algart.lib.Strings
 

E

E - Static variable in class net.algart.lib.Ma
An equivalent of java.lang.Math.E
E - Static variable in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.E
EmptyStatusShower - Class in net.algart.status
 
EmptyStatusShower() - Constructor for class net.algart.status.EmptyStatusShower
 
encodeUnicodeEscapesSingle(String) - Static method in class net.algart.lib.Strings
 
encodeUnicodeEscapesSingle(char[]) - Static method in class net.algart.lib.Strings
 
encodeUnicodeEscapesSingle(char[], int, int) - Static method in class net.algart.lib.Strings
 
endSubstringIgnoringQuotedStart(String, int) - Static method in class net.algart.lib.Strings
 
ensureCapacity(Object, int) - Static method in class net.algart.array.Arrays
 
equals(Object, Object) - Static method in class net.algart.array.Arrays
 
equals(boolean[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
equals(char[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
equals(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
equals(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
equals(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
equals(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
equals(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
equals(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
equals(Object[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
equals(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
equals(Object) - Method in class net.algart.lib.FileVisitor
Determines whether or not two objects are equal.
equals(Object) - Method in class net.algart.lib.TextIO.ForCharset
Determines whether or not two instances are equal.
et - Variable in class net.algart.syntax.java.Parser
 
eval(JavaCompiler, String) - Method in class net.algart.lib.JavaCompiler.EvalReturn
 
eval(JavaCompiler, String, Object) - Method in class net.algart.lib.JavaCompiler.EvalReturn
 
eval(JavaCompiler, String, Object, String) - Method in class net.algart.lib.JavaCompiler.EvalReturn
 
eval() - Method in class net.algart.lib.LazyString
 
EVAL_DEFAULT_IMPORTS - Static variable in class net.algart.lib.JavaCompiler
 
EVAL_PACKAGE - Static variable in class net.algart.lib.JavaCompiler
 
evalDouble(String) - Method in class net.algart.lib.JavaCompiler
 
evalDouble(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalDouble(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalFloat(String) - Method in class net.algart.lib.JavaCompiler
 
evalFloat(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalFloat(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalInt(String) - Method in class net.algart.lib.JavaCompiler
 
evalInt(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalInt(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalLong(String) - Method in class net.algart.lib.JavaCompiler
 
evalLong(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalLong(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalObject(String) - Method in class net.algart.lib.JavaCompiler
 
evalObject(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalObject(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalString(String) - Method in class net.algart.lib.JavaCompiler
 
evalString(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalString(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
evalVoid(String) - Method in class net.algart.lib.JavaCompiler
 
evalVoid(String, Object) - Method in class net.algart.lib.JavaCompiler
 
evalVoid(String, Object, String) - Method in class net.algart.lib.JavaCompiler
 
execute() - Method in class net.algart.lib.FileVisitor
 
execute(FileFilter) - Method in class net.algart.lib.FileVisitor.Filtered
 
executeAlternate() - Method in class net.algart.lib.FileVisitor
 
executeAlternate() - Method in class net.algart.lib.FileVisitor.Mover
 
executeInProgress() - Method in class net.algart.lib.FileVisitor
 
executeWasCalled() - Method in class net.algart.lib.FileVisitor
 
exitStatus() - Method in class net.algart.lib.JavaCompiler.UsedTool.CompilationResults
 
exp(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.exp(a)
exp(double, int) - Static method in class net.algart.lib.Out
Returns the string decimal representation of the double argument in exponent form ("scientific" notation) with d digits after the decimal point.
exp(double, int, int) - Static method in class net.algart.lib.Out
Equivalent to
exp(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.exp(a)
expandMethodArgumentTypes(ClassLoader, String[]) - Method in class net.algart.syntax.java.Parser
 
ExtendedTokenizer - Class in net.algart.syntax.java
 
ExtendedTokenizer(char[]) - Constructor for class net.algart.syntax.java.ExtendedTokenizer
 
ExtendedTokenizer(String) - Constructor for class net.algart.syntax.java.ExtendedTokenizer
 

F

FILE_MARKER - Static variable in class net.algart.lib.QuickLoadableImage
 
FILE_SEPARATOR - Static variable in class net.algart.lib.GlobalProperties
Equivalent of the standard File.separatorChar constant: the system-dependent default name-separator character.
fileChooser - Variable in class net.algart.swing.AJFileChooser.DefaultDeleter
 
fileFilter() - Method in class net.algart.lib.FileVisitor.Filtered
 
FileVisitor - Class in net.algart.lib
Implementation of visitor pattern for scanning all files in some directory.
FileVisitor(File) - Constructor for class net.algart.lib.FileVisitor
Inheritors should call this constructor with the root of the file tree that should be scanned.
FileVisitor.Copier - Class in net.algart.lib
 
FileVisitor.Copier(File, File) - Constructor for class net.algart.lib.FileVisitor.Copier
 
FileVisitor.Filtered - Class in net.algart.lib
 
FileVisitor.Filtered(File) - Constructor for class net.algart.lib.FileVisitor.Filtered
 
FileVisitor.Listable - Interface in net.algart.lib
 
FileVisitor.Lister - Class in net.algart.lib
 
FileVisitor.Lister(File) - Constructor for class net.algart.lib.FileVisitor.Lister
 
FileVisitor.Mover - Class in net.algart.lib
 
FileVisitor.Mover(File, File) - Constructor for class net.algart.lib.FileVisitor.Mover
 
FileVisitor.Remover - Class in net.algart.lib
 
FileVisitor.Remover(File) - Constructor for class net.algart.lib.FileVisitor.Remover
 
fill(boolean[], boolean) - Static method in class net.algart.array.Arrays
 
fill(char[], char) - Static method in class net.algart.array.Arrays
 
fill(byte[], byte) - Static method in class net.algart.array.Arrays
 
fill(short[], short) - Static method in class net.algart.array.Arrays
 
fill(int[], int) - Static method in class net.algart.array.Arrays
 
fill(long[], long) - Static method in class net.algart.array.Arrays
 
fill(float[], float) - Static method in class net.algart.array.Arrays
 
fill(double[], double) - Static method in class net.algart.array.Arrays
 
fill(Object[], Object) - Static method in class net.algart.array.Arrays
 
fill(boolean[], int, int, boolean) - Static method in class net.algart.array.Arrays
 
fill(char[], int, int, char) - Static method in class net.algart.array.Arrays
 
fill(byte[], int, int, byte) - Static method in class net.algart.array.Arrays
 
fill(short[], int, int, short) - Static method in class net.algart.array.Arrays
 
fill(int[], int, int, int) - Static method in class net.algart.array.Arrays
 
fill(long[], int, int, long) - Static method in class net.algart.array.Arrays
 
fill(float[], int, int, float) - Static method in class net.algart.array.Arrays
 
fill(double[], int, int, double) - Static method in class net.algart.array.Arrays
 
fill(Object[], int, int, Object) - Static method in class net.algart.array.Arrays
 
fillMethodsBodies - Variable in class net.algart.syntax.java.Parser
 
fillRandom(Object) - Static method in class net.algart.array.Arrays
 
fillRandom(Object, long) - Static method in class net.algart.array.Arrays
 
fillRandom(Object, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(Object, int, int) - Static method in class net.algart.array.Arrays
 
fillRandom(Object, int, int, long) - Static method in class net.algart.array.Arrays
 
fillRandom(Object, int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(boolean[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(char[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(byte[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(short[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(int[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(long[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(float[], int, int, Random) - Static method in class net.algart.array.Arrays
 
fillRandom(double[], int, int, Random) - Static method in class net.algart.array.Arrays
 
filterFileName(String) - Method in interface net.algart.swing.AJFileChooser.FileNameFilter
 
find(String, String) - Static method in class net.algart.lib.Strings
 
find(String, String, int) - Static method in class net.algart.lib.Strings
 
findClass(String) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
findNextQuote(char[], int) - Static method in class net.algart.lib.Strings
 
findNextQuote(String, int) - Static method in class net.algart.lib.Strings
 
findNextQuote(char[], int, char) - Static method in class net.algart.lib.Strings
 
findNextQuote(String, int, char) - Static method in class net.algart.lib.Strings
 
findResource(String) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
findSubstringIgnoringQuotedStart(String, String) - Static method in class net.algart.lib.Strings
 
findSubstringIgnoringQuotedStart(String, String, int) - Static method in class net.algart.lib.Strings
 
fix() - Static method in class net.algart.lib.GlobalProperties
Fixes the global store: any modifications become impossible after the first call of this method.
FLOAT - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
floor(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.floor(a)
floor(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.floor(a)
flush() - Static method in class net.algart.lib.Out
Immediately flushs the buffer filled by previous calls of Out.print(String), Out.println(String), Out.printNoCorrections(String) to the System.out.
flush() - Method in interface net.algart.lib.Out.Flusher
 
forDotsNameNoExceptions(String, ClassLoader) - Static method in class net.algart.syntax.java.Types
 
forJavaName(String, ClassLoader) - Method in class net.algart.syntax.java.Types
 
forJavaName(String, ClassLoader, String[]) - Static method in class net.algart.syntax.java.Types
 
forJvmName(String, ClassLoader) - Static method in class net.algart.syntax.java.Types
 
format(String, Object...) - Static method in class net.algart.lib.LazyString
 
forNameNoExceptions(String, ClassLoader) - Static method in class net.algart.syntax.java.Types
 
free() - Static method in class net.algart.lib.Memory
 
FriendlyWrapper - Class in net.algart.lib
 
FriendlyWrapper(Object) - Constructor for class net.algart.lib.FriendlyWrapper
 

G

gc() - Static method in class net.algart.lib.Memory
 
gc(boolean, boolean) - Static method in class net.algart.lib.Memory
 
get() - Method in class net.algart.lib.FriendlyWrapper
 
get() - Static method in class net.algart.lib.GlobalStatus
 
get(Object) - Static method in class net.algart.lib.GlobalStatus
 
getAccessibleChildrenRecursive(Accessible) - Static method in class net.algart.swing.ASwingUtilities
 
getAccessibleChildrenRecursive(Accessible, List) - Static method in class net.algart.swing.ASwingUtilities
 
getActions() - Method in class net.algart.swing.AJTextArea
 
getAdditionalInfo() - Method in exception net.algart.lib.AbstractException
 
getAllClassesId() - Static method in class net.algart.lib.Reflection
getAllClassesId() returns an unmodifiable map containing getClassesId(...) values for all class loaders known to DCO system.
getAllImports() - Method in class net.algart.syntax.java.Parser
 
getArgumentNames() - Method in exception net.algart.lib.ArgumentRequiredException
 
getBooleanProperty(String) - Static method in class net.algart.lib.GlobalProperties
Returns the global boolean property with the given name key.
getBooleanProperty(String, boolean) - Static method in class net.algart.lib.GlobalProperties
Returns the global boolean property with the given name key.
getBufferedImage() - Method in class net.algart.lib.QuickLoadableImage
 
getCharIndex() - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
getCharIndex() - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
getClassBooleanProperty(Class, String) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getBooleanProperty(getClassPropertyName(clazz,key)) call.
getClassBooleanProperty(Class, String, boolean) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getBooleanProperty(getClassPropertyName(clazz,key),defaultValue) call.
getClassDebugLevel(Class) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getClassIntProperty(clazz, "DEBUG_LEVEL", 0).
getClassesId(Object) - Static method in class net.algart.lib.Reflection
getClassesId(loaderId) allows to check whether DCO class loader with given identifier has been invalidated.
getClassesMap() - Method in class net.algart.syntax.java.Parser
 
getClassFile(Class) - Static method in class net.algart.lib.Reflection
 
getClassIntProperty(Class, String) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getIntProperty(getClassPropertyName(clazz,key)) call.
getClassIntProperty(Class, String, int) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getIntProperty(getClassPropertyName(clazz,key),defaultValue) call.
getClassLoader(Object) - Static method in class net.algart.lib.Reflection
Returns DCO class loader used by loadClass(...,loaderId)
getClassLoaderAfterCompileAndLoad(ClassLoader) - Method in class net.algart.lib.JavaCompiler
 
getClassLoaderFactory() - Static method in class net.algart.lib.Reflection
 
getClassLongProperty(Class, String) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getLongProperty(getClassPropertyName(clazz,key)) call.
getClassLongProperty(Class, String, long) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getLongProperty(getClassPropertyName(clazz,key),defaultValue) call.
getClassName(Class, char) - Static method in class net.algart.lib.Reflection
 
getClassProperty(Class, String) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getProperty(getClassPropertyName(clazz,key)) call.
getClassProperty(Class, String, String) - Static method in class net.algart.lib.GlobalProperties
Equivalent to getProperty(getClassPropertyName(clazz,key),defaultValue) call.
getClassPropertyName(Class, String) - Static method in class net.algart.lib.GlobalProperties
Returns the name for a property oriented to the given class.
getClassURL(Class) - Static method in class net.algart.lib.Reflection
 
getCompileAdditionalOptions() - Method in class net.algart.lib.JavaCompiler
 
getCompileClassPath() - Method in class net.algart.lib.JavaCompiler
 
getCompileDestinationDirectory() - Method in class net.algart.lib.JavaCompiler
 
getComponentDepth(Component, Container) - Static method in class net.algart.swing.ASwingUtilities
 
getComponentsRecursive(Component) - Static method in class net.algart.swing.ASwingUtilities
 
getComponentsRecursive(Component, List) - Static method in class net.algart.swing.ASwingUtilities
 
getContextId() - Method in class net.algart.lib.GlobalStatus.StatusShower
 
getCpuFamily() - Static method in class net.algart.array.Arrays
 
getCpuInfo() - Static method in class net.algart.array.Arrays
 
getCpuL1CacheSize() - Static method in class net.algart.array.Arrays
 
getCpuL2CacheSize() - Static method in class net.algart.array.Arrays
 
getCurrentColumn() - Method in class net.algart.syntax.java.Tokenizer
 
getCurrentDirectory() - Method in class net.algart.swing.AJFileChooser
 
getCurrentLine() - Method in class net.algart.syntax.java.Tokenizer
 
getCurrentStackTrace() - Static method in class net.algart.lib.Reflection
 
getCurrentStackTrace(int, int) - Static method in class net.algart.lib.Reflection
 
getData() - Method in class net.algart.lib.QuickLoadableImage
 
getData() - Method in class net.algart.lib.QuickSerializer
 
getDefaultApproveButtonText() - Method in class net.algart.swing.AJFileChooser
Returns the default text of the Approve button.
getDefaultApproveButtonToolTipText() - Method in class net.algart.swing.AJFileChooser
Returns the default tooltop text of the Cancel button.
getDefaultCancelButtonText() - Method in class net.algart.swing.AJFileChooser
Returns the default text of the Cancel button.
getDefaultCancelButtonToolTipText() - Method in class net.algart.swing.AJFileChooser
Returns the default tooltop text of the Cancel button.
getDeleter() - Method in class net.algart.swing.AJFileChooser
Returns the value of the deleter property.
getDescription() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter
 
getDescription() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter.Settings
Returns a description passed to the constructor.
getErrorMessage() - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
getErrorMessage() - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
getEvalImports() - Method in class net.algart.lib.JavaCompiler
 
getExtensions() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter.Settings
Returns a copy of extensions converted to lower case.
getFieldsMap() - Method in class net.algart.syntax.java.Parser
 
getFiles() - Method in interface net.algart.lib.FileVisitor.Listable
 
getFiles() - Method in class net.algart.lib.FileVisitor.Lister
 
getFileSystemJavaClassPath() - Static method in class net.algart.lib.Reflection
Returns a part of the defaultJava CLASSPATH that corresponds to usual subdirectories, not ZIP or JAR.
getFullCompilerMessage() - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
getFullCompilerMessage() - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
getHeight() - Method in class net.algart.lib.QuickLoadableImage
 
getImage() - Method in class net.algart.lib.QuickLoadableImage
 
getImage(Class, String) - Static method in class net.algart.lib.QuickLoadableImage
 
getImage(URL) - Static method in class net.algart.lib.QuickLoadableImage
 
getImage(InputStream) - Static method in class net.algart.lib.QuickLoadableImage
 
getImage(File) - Static method in class net.algart.lib.QuickLoadableImage
 
getImage(byte[]) - Static method in class net.algart.lib.QuickLoadableImage
 
getImageAndPrintException(Class, String) - Static method in class net.algart.lib.QuickLoadableImage
 
getImageIconAndPrintException(Class, String) - Static method in class net.algart.lib.QuickLoadableImage
 
getInstance() - Static method in class net.algart.lib.JavaCompiler
 
getInstance(JavaCompiler.UsedTool) - Static method in class net.algart.lib.JavaCompiler
 
getInstance(String) - Static method in class net.algart.lib.TextIO.ForCharset
Creates a new instance of this class that will write and read text files in the encoding specified by charsetName argument.
getInterfacesMap() - Method in class net.algart.syntax.java.Parser
 
getIntProperty(String) - Static method in class net.algart.lib.GlobalProperties
Returns the global integer property with the given name key.
getIntProperty(String, int) - Static method in class net.algart.lib.GlobalProperties
Returns the global integer property with the given name key.
getLevels() - Method in class net.algart.lib.FileVisitor
 
getLineIndex() - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
getLineIndex() - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
getLinkLocationUndocumented(File) - Static method in class net.algart.swing.AJFileChooser
 
getLongProperty(String) - Static method in class net.algart.lib.GlobalProperties
Returns the global long integer property with the given name key.
getLongProperty(String, long) - Static method in class net.algart.lib.GlobalProperties
Returns the global long integer property with the given name key.
getMainValue() - Method in interface net.algart.array.Arrays.MainValue
 
getMainValue() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter
Implementations of Arrays.MainValue interface.
getMainValue() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter.Settings
Implementations of Arrays.MainValue interface.
getMainValues(Arrays.MainValue[]) - Static method in class net.algart.array.Arrays
 
getMainValues(Arrays.MainValue[], Object[]) - Static method in class net.algart.array.Arrays
 
getMessage() - Method in exception net.algart.lib.AbstractException
 
getMethodsMap() - Method in class net.algart.syntax.java.Parser
 
getMethodsMap(int) - Method in class net.algart.syntax.java.Parser
 
getNativeMinLenFill() - Static method in class net.algart.array.Arrays
 
getNativeMinLenPairOp() - Static method in class net.algart.array.Arrays
 
getNotOverloadedMethodsSet() - Method in class net.algart.syntax.java.Parser
 
getOriginalMessage() - Method in exception net.algart.lib.AbstractException
 
getOverwrite() - Method in class net.algart.lib.FileVisitor.Copier
 
getParent() - Method in class net.algart.status.AppendingStatusShower
 
getParent() - Method in class net.algart.status.RestoringStatusShower
 
getPlugins() - Method in interface net.algart.lib.PluginSet
Returns all plugin classes in this set.
getPrintDelay() - Static method in class net.algart.lib.Out
Returns the print delay set by the last Out.setPrintDelay(long) call.
getProblemLine() - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
getProblemLine() - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
getProperties() - Static method in class net.algart.lib.GlobalProperties
Returns all properties stored in the global store represented by GlobalProperties class.
getProperty(String) - Static method in class net.algart.lib.GlobalProperties
Returns the global property with the given name key.
getProperty(String, String) - Static method in class net.algart.lib.GlobalProperties
Returns the global property with the given name key, or defaultValue if there is no such a property.
getResource(String) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
getSettings() - Method in class net.algart.swing.AJFileChooser.ExtensionFileFilter
Returns a copy of extensions converted to lower case.
getShower() - Static method in class net.algart.lib.GlobalStatus
 
getShower(Object) - Static method in class net.algart.lib.GlobalStatus
 
getSrc(int, int) - Method in class net.algart.syntax.java.Tokenizer
 
getStatus(Object) - Method in interface net.algart.lib.GlobalStatus.StatusProducer
 
getStatus() - Method in class net.algart.lib.GlobalStatus.StatusShower
 
getStatus() - Method in class net.algart.status.EmptyStatusShower
 
getStatus() - Method in interface net.algart.status.StatusShowerWithMemory
 
getStatusProducer() - Static method in class net.algart.lib.GlobalStatus
 
getStatusShower(Object) - Method in interface net.algart.lib.GlobalStatus.StatusProducer
 
getSummaryClassesId() - Static method in class net.algart.lib.Reflection
Allows to check whether class loading system has been invalidated It returns 0 after first loading Reflection class; it's result increments after each call of invalidateClasses() or Reflection.invalidateClasses(Object).
getSuperclasses(Throwable, boolean) - Static method in exception net.algart.lib.AbstractException
 
getSuperclasses(boolean) - Method in exception net.algart.lib.AbstractException
 
getSys() - Static method in class net.algart.lib.GlobalStatus
 
getSys(Object) - Static method in class net.algart.lib.GlobalStatus
 
getSysShower() - Static method in class net.algart.lib.GlobalStatus
 
getSysShower(Object) - Static method in class net.algart.lib.GlobalStatus
 
getSystemStatus(Object) - Method in interface net.algart.lib.GlobalStatus.SystemStatusProducer
 
getSystemStatusShower(Object) - Method in interface net.algart.lib.GlobalStatus.SystemStatusProducer
 
getTempClassesDirectory() - Static method in class net.algart.lib.Reflection
Returns the special "temp classes directory" that is added to CLASSPATH by all DCO class loaders.
getToken() - Method in class net.algart.syntax.java.Tokenizer
 
getTokenComment() - Method in class net.algart.syntax.java.Tokenizer
 
getUndoText() - Method in class net.algart.swing.AJTextArea
 
getUsedTool() - Method in class net.algart.lib.JavaCompiler
 
getValueFrom(Object) - Method in interface net.algart.array.Arrays.ValueFrom
 
getValuesFrom(Object[], Arrays.ValueFrom) - Static method in class net.algart.array.Arrays
 
getValuesFrom(Object[], Arrays.ValueFrom, Object[]) - Static method in class net.algart.array.Arrays
 
getVersion() - Method in interface net.algart.lib.PluginSet
Returns the version of application-specific plugin subsystem used by this plugin set.
getWidth() - Method in class net.algart.lib.QuickLoadableImage
 
getWindowsRecursive(Window) - Static method in class net.algart.swing.ASwingUtilities
 
getWindowsRecursive(Window, List) - Static method in class net.algart.swing.ASwingUtilities
 
GlobalProperties - Class in net.algart.lib
This class offers a global store for different string properties.
GlobalStatus - Class in net.algart.lib
Implements global status line support.
GlobalStatus.StatusesProducer - Interface in net.algart.lib
 
GlobalStatus.StatusProducer - Interface in net.algart.lib
 
GlobalStatus.StatusShower - Class in net.algart.lib
 
GlobalStatus.StatusShower(Object, boolean) - Constructor for class net.algart.lib.GlobalStatus.StatusShower
 
GlobalStatus.StatusShower(Object) - Constructor for class net.algart.lib.GlobalStatus.StatusShower
 
GlobalStatus.SystemStatusProducer - Interface in net.algart.lib
 

H

hashCode() - Method in class net.algart.lib.FileVisitor
Returns the hash code for this object.
hashCode() - Method in class net.algart.lib.TextIO.ForCharset
Returns the hash code for this instance.
hex(byte) - Static method in class net.algart.lib.Out
Returns a hexadecimal unsigned representation of the byte argument.
hex(short) - Static method in class net.algart.lib.Out
Returns a hexadecimal unsigned representation of the short argument.
hex(int) - Static method in class net.algart.lib.Out
Returns a hexadecimal unsigned representation of the int argument.
hex(long) - Static method in class net.algart.lib.Out
Returns a hexadecimal unsigned representation of the long argument.
HTML_AUTO_SIZE - Static variable in class net.algart.lib.Strings
 
HTML_TAG - Static variable in class net.algart.lib.Strings
 
htmlPreformat(String, boolean) - Static method in class net.algart.lib.Strings
 
htmlPreformat(String, int, boolean, boolean, boolean) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][]) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][], int) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][], String) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][], String, int) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][], String, String[]) - Static method in class net.algart.lib.Strings
 
htmlTable(Object[][], String, String[], int) - Static method in class net.algart.lib.Strings
 

I

IEEEremainder(double, double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.IEEEremainder(a,b)
IEEEremainder(double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.IEEEremainder(a,b)
ignored() - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
index - Variable in class net.algart.lib.Strings.NextInfo
 
indexInList - Variable in class net.algart.syntax.java.Parser.MemberSource
 
indexOf(boolean[], boolean[]) - Static method in class net.algart.array.Arrays
 
indexOf(char[], char[]) - Static method in class net.algart.array.Arrays
 
indexOf(byte[], byte[]) - Static method in class net.algart.array.Arrays
 
indexOf(short[], short[]) - Static method in class net.algart.array.Arrays
 
indexOf(int[], int[]) - Static method in class net.algart.array.Arrays
 
indexOf(long[], long[]) - Static method in class net.algart.array.Arrays
 
indexOf(float[], float[]) - Static method in class net.algart.array.Arrays
 
indexOf(double[], double[]) - Static method in class net.algart.array.Arrays
 
indexOf(Object[], Object[]) - Static method in class net.algart.array.Arrays
 
indexOf(Object, Object) - Static method in class net.algart.array.Arrays
 
indexOf(boolean[], boolean[], int) - Static method in class net.algart.array.Arrays
 
indexOf(char[], char[], int) - Static method in class net.algart.array.Arrays
 
indexOf(byte[], byte[], int) - Static method in class net.algart.array.Arrays
 
indexOf(short[], short[], int) - Static method in class net.algart.array.Arrays
 
indexOf(int[], int[], int) - Static method in class net.algart.array.Arrays
 
indexOf(long[], long[], int) - Static method in class net.algart.array.Arrays
 
indexOf(float[], float[], int) - Static method in class net.algart.array.Arrays
 
indexOf(double[], double[], int) - Static method in class net.algart.array.Arrays
 
indexOf(Object[], Object[], int) - Static method in class net.algart.array.Arrays
 
indexOf(Object, Object, int) - Static method in class net.algart.array.Arrays
 
indexOf(boolean[], boolean) - Static method in class net.algart.array.Arrays
 
indexOf(char[], char) - Static method in class net.algart.array.Arrays
 
indexOf(byte[], byte) - Static method in class net.algart.array.Arrays
 
indexOf(short[], short) - Static method in class net.algart.array.Arrays
 
indexOf(int[], int) - Static method in class net.algart.array.Arrays
 
indexOf(float[], float) - Static method in class net.algart.array.Arrays
 
indexOf(double[], double) - Static method in class net.algart.array.Arrays
 
indexOf(Object[], Object) - Static method in class net.algart.array.Arrays
 
indexOf(boolean[], boolean, int) - Static method in class net.algart.array.Arrays
 
indexOf(char[], char, int) - Static method in class net.algart.array.Arrays
 
indexOf(byte[], byte, int) - Static method in class net.algart.array.Arrays
 
indexOf(short[], short, int) - Static method in class net.algart.array.Arrays
 
indexOf(int[], int, int) - Static method in class net.algart.array.Arrays
 
indexOf(float[], float, int) - Static method in class net.algart.array.Arrays
 
indexOf(double[], double, int) - Static method in class net.algart.array.Arrays
 
indexOf(Object[], Object, int) - Static method in class net.algart.array.Arrays
 
indexOf(String, char, char) - Static method in class net.algart.lib.Strings
 
indexOf(String, int, char, char) - Static method in class net.algart.lib.Strings
 
indexOf(String, char[]) - Static method in class net.algart.lib.Strings
 
indexOf(String, int, char[]) - Static method in class net.algart.lib.Strings
 
indexOfEqual(Object[], Object) - Static method in class net.algart.array.Arrays
 
indexOfEqual(Object[], Object, int) - Static method in class net.algart.array.Arrays
 
indexOfExtension(File, String[]) - Static method in class net.algart.swing.AJFileChooser
Checks extension of the file f and returns its index in extensions array (-1 if not found).
indexOfFirst() - Method in class net.algart.array.Arrays.Replacer
 
info() - Static method in class net.algart.lib.Memory
 
info(long, long, boolean) - Static method in class net.algart.lib.Memory
 
INFO_XML_TAG_NAME - Static variable in exception net.algart.lib.ArgumentRequiredException
 
infoColumn - Variable in exception net.algart.syntax.java.Parser.SyntaxException
 
infoJavaFileName - Variable in exception net.algart.syntax.java.Parser.LocalException
 
infoLine - Variable in exception net.algart.syntax.java.Parser.SyntaxException
 
initializationExceptionMessage() - Static method in class net.algart.array.Arrays
 
initializationExceptionMessage() - Static method in class net.algart.lib.Timing
 
initializingExpression - Variable in class net.algart.syntax.java.Parser.FieldSource
 
insert(Object, int, Object) - Static method in class net.algart.array.Arrays
 
insert(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
INT - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
internalName - Variable in class net.algart.syntax.java.Parser.MemberSource
 
invalidateCache() - Static method in class net.algart.lib.JavaCompiler
Enforces JavaCompiler class to "forget" all classes and class loaders stored in the internal cache.
invalidateClasses() - Static method in class net.algart.lib.Reflection
Invalidates all classes loaded by DCO system All class files will be reloaded by the next loadClass()
invalidateClasses(Object) - Static method in class net.algart.lib.Reflection
Invalidates all classes loaded by the given DCO class loader All these class files will be reloaded by the next loadClass()
invalidationCount() - Static method in class net.algart.lib.JavaCompiler
 
iround(double) - Static method in class net.algart.lib.Ma
An equivalent of (int)java.lang.Math.round(a) call.
iround(double) - Static method in class net.algart.lib.StrictMa
An equivalent of (int)java.lang.StrictMath.round(a) call.
isApprovingFilesOnlyEnabled() - Method in class net.algart.swing.AJFileChooser
Returns the value of the approvingFilesOnlyEnabled property.
isApprovingNonExistingFilesEnabled() - Method in class net.algart.swing.AJFileChooser
Returns the value of the approvingNonExistingFilesEnabled property.
isAutomaticAvoidingDebugSignalsForExceptions() - Static method in class net.algart.lib.Out
Returns the global flag set by the last Out.setAutomaticAvoidingDebugSignalsForExceptions(boolean) call (false by default).
isEnabled() - Method in class net.algart.status.StatusShowerThatCanBeDisabled
 
isInInstanceInitialization(Class) - Static method in class net.algart.lib.JVM
 
isInMethod(Class, String) - Static method in class net.algart.lib.JVM
 
isInStaticInitialization(Class) - Static method in class net.algart.lib.JVM
 
isLinkUndocumented(File) - Static method in class net.algart.swing.AJFileChooser
 
isNative() - Static method in class net.algart.array.Arrays
 
isNative() - Static method in class net.algart.lib.Timing
 
ISO8859_1 - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 8-bit "ISO8859_1" encoding.
isOverwriteWarningEnabled() - Method in class net.algart.swing.AJFileChooser
Returns the value of the overwriteWarningEnabled property.
isPrintDialogVisible() - Static method in class net.algart.swing.ASwingUtilities
 
isSystemStatus() - Method in class net.algart.lib.GlobalStatus.StatusShower
 
isTempClassesDirectoryPropertySet() - Static method in class net.algart.lib.Reflection
Returns true if "net.algart.lib.Reflection.TEMP_CLASSES_DIRECTORY" system property (more precisely, the result of GlobalProperties.getClassProperty(Reflection.class,"TEMP_CLASSES_DIRECTORY") call) is not null.
isTimecpuSupported() - Static method in class net.algart.lib.Timing
 
isTraversable(File) - Method in class net.algart.swing.AJFileChooser
Overrided to process traversingLinksEnabled property.
isTraversingLinksEnabled() - Method in class net.algart.swing.AJFileChooser
Returns the value of the traversingLinksEnabled property.
isTrueStatic(Class) - Static method in class net.algart.lib.Reflection
 
isTrueStaticImplemented(Class) - Static method in class net.algart.lib.Reflection
Returns true if the given class (or some ot it's ancestors) implements an interface called "<some_package>.TrueStatic".

J

JAVA_11_REFLECTION_SUPPORTED - Static variable in class net.algart.lib.JVM
True if JVM.JAVA_11_SERIALIZATION_SUPPORTED is true and the call Class.forName("java.lang.reflect.Method") works without exception.
JAVA_11_SERIALIZATION_SUPPORTED - Static variable in class net.algart.lib.JVM
True if Integer class implements an interface named "java.io.Serializable".
JAVA_12_COLLECTIONS_SUPPORTED - Static variable in class net.algart.lib.JVM
True if all JVM.JAVA_11_SERIALIZATION_SUPPORTED, JVM.JAVA_11_REFLECTION_SUPPORTED and JVM.JAVA_12_COMPARABLE_SUPPORTED constants are true and if Java 2 collections (java.util.Map, java.util.HashMap, etc.) are found.
JAVA_12_COMPARABLE_SUPPORTED - Static variable in class net.algart.lib.JVM
True if both JVM.JAVA_11_SERIALIZATION_SUPPORTED and JVM.JAVA_11_REFLECTION_SUPPORTED constants are true and if Integer class implements an interface named "java.lang.Comparable".
JAVA_CLASS_PATH - Static variable in class net.algart.lib.Reflection
The result of System.getProperty("java.class.path","") call splitted into a set of String objects (one path in one String).
JAVA_NATIVE_ENABLED_PROPERTY_NAME - Static variable in class net.algart.lib.GlobalProperties
The name of the global boolean property that is recommended to be used for "disabling native code", i.e.
JavaCompiler - Class in net.algart.lib
Allows to use external Java compilers (as com.sun.tools.javac) to compile and load new Java classes and Java formulas
JavaCompiler.CannotChangeSourceOfLoadedClassException - Exception in net.algart.lib
 
JavaCompiler.CannotChangeSourceOfLoadedClassException(String) - Constructor for exception net.algart.lib.JavaCompiler.CannotChangeSourceOfLoadedClassException
 
JavaCompiler.CannotCorrectClassException - Exception in net.algart.lib
 
JavaCompiler.CannotCorrectClassException() - Constructor for exception net.algart.lib.JavaCompiler.CannotCorrectClassException
 
JavaCompiler.CannotFindCompiledClassException - Exception in net.algart.lib
 
JavaCompiler.CannotFindCompiledClassException(File) - Constructor for exception net.algart.lib.JavaCompiler.CannotFindCompiledClassException
 
JavaCompiler.CompilationException - Interface in net.algart.lib
 
JavaCompiler.CompilationResults - Class in net.algart.lib
 
JavaCompiler.CompilationResults(JavaCompiler.UsedTool.CompilationResults, String) - Constructor for class net.algart.lib.JavaCompiler.CompilationResults
 
JavaCompiler.CompilerErrorException - Exception in net.algart.lib
 
JavaCompiler.EvalReturn - Class in net.algart.lib
 
JavaCompiler.LocalException - Exception in net.algart.lib
 
JavaCompiler.LocalException() - Constructor for exception net.algart.lib.JavaCompiler.LocalException
 
JavaCompiler.LocalStaticException - Exception in net.algart.lib
 
JavaCompiler.MathFunctionsForFormulaInternal - Class in net.algart.lib
This class is designed for internal use by evalXxx methods only.
JavaCompiler.MathFunctionsForFormulaInternal() - Constructor for class net.algart.lib.JavaCompiler.MathFunctionsForFormulaInternal
 
JavaCompiler.ToolException - Exception in net.algart.lib
 
JavaCompiler.ToolException(String[], File, String) - Constructor for exception net.algart.lib.JavaCompiler.ToolException
 
JavaCompiler.ToolInternalException - Exception in net.algart.lib
 
JavaCompiler.ToolInternalException(String[], File, String, Throwable) - Constructor for exception net.algart.lib.JavaCompiler.ToolInternalException
 
JavaCompiler.ToolInvalidCallException - Exception in net.algart.lib
 
JavaCompiler.ToolInvalidCallException(String, String) - Constructor for exception net.algart.lib.JavaCompiler.ToolInvalidCallException
 
JavaCompiler.ToolNotFoundException - Exception in net.algart.lib
 
JavaCompiler.ToolNotFoundException(String, String) - Constructor for exception net.algart.lib.JavaCompiler.ToolNotFoundException
 
JavaCompiler.UsedTool - Class in net.algart.lib
 
JavaCompiler.UsedTool.CompilationResults - Class in net.algart.lib
 
JavaCompiler.UsedTool.CompilationResults(boolean, int, String) - Constructor for class net.algart.lib.JavaCompiler.UsedTool.CompilationResults
 
javaFileName - Variable in class net.algart.syntax.java.Parser
 
javaNameToTagName(String) - Static method in class net.algart.lib.Strings
 
javaNameToWords(String, String) - Static method in class net.algart.lib.Strings
 
javaToCtrls(String) - Static method in class net.algart.lib.Strings
 
join(Object, String) - Static method in class net.algart.lib.LazyString
 
join(Object, String) - Static method in class net.algart.lib.Out
If o is an instance of Java array, standard collection, map (or Java 1 Dictionary), Iterator (or Java 1 Enumeration), joins and returns as a string the standard string representations for all elements of this array (or collection, or all objects returned by the iterator), separating elements by the given separator.
join2d(Object[]) - Static method in class net.algart.array.Arrays
 
JVM - Class in net.algart.lib
A collection of static methods for getting Java Virtual Machine information, in particular, for JVM version control.
JVM.CannotCheckStackTrace - Exception in net.algart.lib
 
JVM.CannotCheckStackTrace() - Constructor for exception net.algart.lib.JVM.CannotCheckStackTrace
 
JVM.CannotCheckStackTrace(String) - Constructor for exception net.algart.lib.JVM.CannotCheckStackTrace
 

K

keyPressed(KeyEvent) - Method in class net.algart.swing.AJFileChooser.SpecialFilesListKeyListener
 

L

lastIndexOf(boolean[], boolean[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(char[], char[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(byte[], byte[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(short[], short[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(int[], int[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(long[], long[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object[], Object[]) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object, Object) - Static method in class net.algart.array.Arrays
 
lastIndexOf(boolean[], boolean[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(char[], char[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(byte[], byte[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(short[], short[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(int[], int[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(long[], long[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object[], Object[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object, Object, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(boolean[], boolean) - Static method in class net.algart.array.Arrays
 
lastIndexOf(char[], char) - Static method in class net.algart.array.Arrays
 
lastIndexOf(byte[], byte) - Static method in class net.algart.array.Arrays
 
lastIndexOf(short[], short) - Static method in class net.algart.array.Arrays
 
lastIndexOf(int[], int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(long[], long) - Static method in class net.algart.array.Arrays
 
lastIndexOf(float[], float) - Static method in class net.algart.array.Arrays
 
lastIndexOf(double[], double) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object[], Object) - Static method in class net.algart.array.Arrays
 
lastIndexOf(boolean[], boolean, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(char[], char, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(byte[], byte, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(short[], short, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(int[], int, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(long[], long, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(float[], float, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(double[], double, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(Object[], Object, int) - Static method in class net.algart.array.Arrays
 
lastIndexOf(String, char, char) - Static method in class net.algart.lib.Strings
 
lastIndexOf(String, int, char, char) - Static method in class net.algart.lib.Strings
 
lastIndexOf(String, char[]) - Static method in class net.algart.lib.Strings
 
lastIndexOf(String, int, char[]) - Static method in class net.algart.lib.Strings
 
lastIndexOfEqual(Object[], Object) - Static method in class net.algart.array.Arrays
 
lastIndexOfEqual(Object[], Object, int) - Static method in class net.algart.array.Arrays
 
LazyString - Class in net.algart.lib
 
LazyString() - Constructor for class net.algart.lib.LazyString
 
LEFT - Static variable in class net.algart.swing.AJFileChooser.WhereToAddButtons
 
leftPad(String, int) - Static method in class net.algart.lib.Strings
 
leftPad(String, int, char) - Static method in class net.algart.lib.Strings
 
leftTrim(String) - Static method in class net.algart.lib.Strings
 
length() - Method in class net.algart.lib.QuickSerializer
 
length() - Method in class net.algart.syntax.java.Tokenizer
 
LINE_SEPARATOR - Static variable in class net.algart.lib.GlobalProperties
The standard sequence of characters that separates lines in text files and console output.
loadClass(String, boolean) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
loadClass(String, boolean, Object) - Static method in class net.algart.lib.Reflection
Loads a .class file by DCO system; allows to specify whether static initializing is required.
log(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.log(a)
log(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.log(a)
LONG - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 

M

Ma - Class in net.algart.lib
An analog of standard java.lang.Math class.
main(String[]) - Static method in class net.algart.lib.FileVisitor
 
main(String[]) - Static method in class net.algart.lib.JavaCompiler
 
main(String[]) - Static method in class net.algart.lib.QuickLoadableImage
 
matches(Object) - Method in class net.algart.array.Arrays.ClassMatcher
 
matches(Object) - Method in interface net.algart.array.Arrays.Matcher
 
max(byte[]) - Static method in class net.algart.array.Arrays
 
max(short[]) - Static method in class net.algart.array.Arrays
 
max(int[]) - Static method in class net.algart.array.Arrays
 
max(long[]) - Static method in class net.algart.array.Arrays
 
max(float[]) - Static method in class net.algart.array.Arrays
 
max(double[]) - Static method in class net.algart.array.Arrays
 
max(Object, Object) - Static method in class net.algart.array.Arrays
 
max(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
max(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
max(ByteBuffer, int, ByteBuffer, int, int) - Static method in class net.algart.array.Arrays
 
max(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
max(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
max(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
max(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
max(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
max(byte, byte) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(short, short) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(int, int) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(long, long) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(float, float) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(double, double) - Static method in class net.algart.lib.Ma
An equivalent of a >= b? a: b.
max(byte, byte, byte) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(short, short, short) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(int, int, int) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(long, long, long) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(float, float, float) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(double, double, double) - Static method in class net.algart.lib.Ma
Quicker equivalent of max(a,max(b,c)).
max(byte, byte) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(short, short) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(int, int) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(long, long) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(float, float) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of a >= b? a: b.
max(byte, byte, byte) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
max(short, short, short) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
max(int, int, int) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
max(long, long, long) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
max(float, float, float) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
max(double, double, double) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of max(a,max(b,c)).
maxu(Object, Object) - Static method in class net.algart.array.Arrays
 
maxu(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
maxu(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
maxu(ByteBuffer, int, ByteBuffer, int, int) - Static method in class net.algart.array.Arrays
 
maxu(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
maxu(byte, byte) - Static method in class net.algart.lib.Ma
Returns maximum of two unsigned 8-bit integer values.
maxu(short, short) - Static method in class net.algart.lib.Ma
Returns maximum of two unsigned 16-bit integer values.
maxu(int, int) - Static method in class net.algart.lib.Ma
Returns maximum of two unsigned 32-bit integer values.
maxu(long, long) - Static method in class net.algart.lib.Ma
Returns maximum of two unsigned 64-bit integer values.
maxu(byte, byte) - Static method in class net.algart.lib.StrictMa
Returns maximum of two unsigned 8-bit integer values.
maxu(short, short) - Static method in class net.algart.lib.StrictMa
Returns maximum of two unsigned 16-bit integer values.
maxu(int, int) - Static method in class net.algart.lib.StrictMa
Returns maximum of two unsigned 32-bit integer values.
maxu(long, long) - Static method in class net.algart.lib.StrictMa
Returns maximum of two unsigned 64-bit integer values.
median(byte, byte, byte) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(short, short, short) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(int, int, int) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(long, long, long) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(float, float, float) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(double, double, double) - Static method in class net.algart.lib.Ma
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(byte, byte, byte) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(short, short, short) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(int, int, int) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(long, long, long) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(float, float, float) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
median(double, double, double) - Static method in class net.algart.lib.StrictMa
Returns the median of 3 numbers: the 2nd number in the increasing order.
MEMBER_SEPARATOR - Static variable in class net.algart.syntax.java.Parser
 
memberSources - Variable in class net.algart.syntax.java.Parser
 
Memory - Class in net.algart.lib
Miscellaneous tools for memory manager control.
MEMORY_OF_BYTE - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_CHAR - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_DOUBLE - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_FLOAT - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_INT - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_LONG - Static variable in class net.algart.lib.Memory
 
MEMORY_OF_SHORT - Static variable in class net.algart.lib.Memory
 
memoryOfPrimitive(Class) - Static method in class net.algart.lib.Memory
 
METHODS_MAPPING_NAME - Static variable in class net.algart.syntax.java.Parser
 
METHODS_MAPPING_ONLY_NOT_OVERLOADED - Static variable in class net.algart.syntax.java.Parser
 
METHODS_MAPPING_PREVIOUS_SIGNATURE - Static variable in class net.algart.syntax.java.Parser
 
METHODS_MAPPING_SIGNATURE - Static variable in class net.algart.syntax.java.Parser
 
MIDDLE - Static variable in class net.algart.swing.AJFileChooser.WhereToAddButtons
 
min(byte[]) - Static method in class net.algart.array.Arrays
 
min(short[]) - Static method in class net.algart.array.Arrays
 
min(int[]) - Static method in class net.algart.array.Arrays
 
min(long[]) - Static method in class net.algart.array.Arrays
 
min(float[]) - Static method in class net.algart.array.Arrays
 
min(double[]) - Static method in class net.algart.array.Arrays
 
min(Object, Object) - Static method in class net.algart.array.Arrays
 
min(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
min(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
min(ByteBuffer, int, ByteBuffer, int, int) - Static method in class net.algart.array.Arrays
 
min(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
min(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
min(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
min(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
min(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
min(byte, byte) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(short, short) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(int, int) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(long, long) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(float, float) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(double, double) - Static method in class net.algart.lib.Ma
An equivalent of a <= b? a: b.
min(byte, byte, byte) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(short, short, short) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(int, int, int) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(long, long, long) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(float, float, float) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(double, double, double) - Static method in class net.algart.lib.Ma
Quicker equivalent of min(a,min(b,c)).
min(byte, byte) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(short, short) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(int, int) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(long, long) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(float, float) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of a <= b? a: b.
min(byte, byte, byte) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
min(short, short, short) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
min(int, int, int) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
min(long, long, long) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
min(float, float, float) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
min(double, double, double) - Static method in class net.algart.lib.StrictMa
Quicker equivalent of min(a,min(b,c)).
minu(Object, Object) - Static method in class net.algart.array.Arrays
 
minu(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
minu(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
minu(ByteBuffer, int, ByteBuffer, int, int) - Static method in class net.algart.array.Arrays
 
minu(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
minu(byte, byte) - Static method in class net.algart.lib.Ma
Returns minimum of two unsigned 8-bit integer values.
minu(short, short) - Static method in class net.algart.lib.Ma
Returns minimum of two unsigned 16-bit integer values.
minu(int, int) - Static method in class net.algart.lib.Ma
Returns minimum of two unsigned 32-bit integer values.
minu(long, long) - Static method in class net.algart.lib.Ma
Returns minimum of two unsigned 64-bit integer values.
minu(byte, byte) - Static method in class net.algart.lib.StrictMa
Returns minimum of two unsigned 8-bit integer values.
minu(short, short) - Static method in class net.algart.lib.StrictMa
Returns minimum of two unsigned 16-bit integer values.
minu(int, int) - Static method in class net.algart.lib.StrictMa
Returns minimum of two unsigned 32-bit integer values.
minu(long, long) - Static method in class net.algart.lib.StrictMa
Returns minimum of two unsigned 64-bit integer values.
MULTILINE - Static variable in class net.algart.lib.Strings
 

N

name() - Method in class net.algart.syntax.java.Parser.MemberSource
 
name(char) - Method in class net.algart.syntax.java.Parser.MemberSource
 
name - Variable in class net.algart.syntax.java.Parser.MethodArgumentSource
 
NESTED_CLASS_SEPARATOR - Static variable in class net.algart.syntax.java.Parser
 
net.algart.array - package net.algart.array
 
net.algart.lib - package net.algart.lib
 
net.algart.status - package net.algart.status
 
net.algart.swing - package net.algart.swing
 
net.algart.syntax.java - package net.algart.syntax.java
 
newadd(Object, Object) - Static method in class net.algart.array.Arrays
 
newadds(Object, Object) - Static method in class net.algart.array.Arrays
 
newaddu(Object, Object) - Static method in class net.algart.array.Arrays
 
newaddus(Object, Object) - Static method in class net.algart.array.Arrays
 
newCompatible(Object, int) - Static method in class net.algart.array.Arrays
 
newmax(Object, Object) - Static method in class net.algart.array.Arrays
 
newmaxu(Object, Object) - Static method in class net.algart.array.Arrays
 
newmin(Object, Object) - Static method in class net.algart.array.Arrays
 
newminu(Object, Object) - Static method in class net.algart.array.Arrays
 
newsub(Object, Object) - Static method in class net.algart.array.Arrays
 
newsubs(Object, Object) - Static method in class net.algart.array.Arrays
 
newsubu(Object, Object) - Static method in class net.algart.array.Arrays
 
newsubus(Object, Object) - Static method in class net.algart.array.Arrays
 
nextToken() - Method in class net.algart.syntax.java.Tokenizer
 
nextTokenNotEol() - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificant() - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificant(boolean) - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificantOrBlock() - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificantOrBlock(boolean) - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificantOrBraceBlock(char, char) - Method in class net.algart.syntax.java.ExtendedTokenizer
 
nextTokenSignificantOrBraceBlock(char, char, char, char) - Method in class net.algart.syntax.java.ExtendedTokenizer
 
normalizeLF(String) - Static method in class net.algart.lib.Strings
 
normalizeLF(String, String) - Static method in class net.algart.lib.Strings
 

O

OBJECT - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
offset() - Method in class net.algart.lib.QuickSerializer
 
offset() - Method in class net.algart.syntax.java.Tokenizer
 
Out - Class in net.algart.lib
A collection of static methods providing advanced output to System.out, mostly for debugging needs.
Out.Flusher - Interface in net.algart.lib
See Out.flush() method.
OVERWRITE_WARNING_ENABLED_CHANGED_PROPERTY - Static variable in class net.algart.swing.AJFileChooser
Identifies a change in the overwriteWarningEnabled property.

P

pad(String, int) - Static method in class net.algart.lib.Out
If padLen < s.length(), returns a reference to the original s string object; in other case, returns the s padded leftward to padLen length by the space character:
pad(String, int, char, boolean) - Static method in class net.algart.lib.Out
If padLen < s.length(), returns a reference to the original s string object; in other case, returns the s padded leftward or rightward to padLen length by the given pad character:
pad(int, int) - Static method in class net.algart.lib.Out
Equivalent to
pad(long, int) - Static method in class net.algart.lib.Out
Equivalent to
parent() - Method in class net.algart.lib.FileVisitor
Returns the current subdirectory that is scanned by this visitor now.
parse() - Method in class net.algart.syntax.java.Parser
 
parseClass(boolean) - Method in class net.algart.syntax.java.Parser
 
parseField(String) - Method in class net.algart.syntax.java.Parser
 
parseFieldInitializingExpression() - Method in class net.algart.syntax.java.Parser
 
parseIdentifierWithDots(boolean) - Method in class net.algart.syntax.java.Parser
 
parseLongAbc(String) - Static method in class net.algart.lib.Out
Returns such an integer number x that abc(x).equals(s).
parseMethod(String) - Method in class net.algart.syntax.java.Parser
 
parseMethodArgDelim() - Method in class net.algart.syntax.java.Parser
 
parseMethodArgName() - Method in class net.algart.syntax.java.Parser
 
parseMethodArgNameSquareBrackets - Variable in class net.algart.syntax.java.Parser
 
parseMethodArgType() - Method in class net.algart.syntax.java.Parser
 
parseMethodStartComments() - Method in class net.algart.syntax.java.Parser
 
parseMethodThrowsDescription(boolean) - Method in class net.algart.syntax.java.Parser
 
Parser - Class in net.algart.syntax.java
 
Parser() - Constructor for class net.algart.syntax.java.Parser
 
Parser(char[], boolean) - Constructor for class net.algart.syntax.java.Parser
 
Parser(String, boolean) - Constructor for class net.algart.syntax.java.Parser
 
Parser.ClassSource - Class in net.algart.syntax.java
 
Parser.ClassSource(String, int) - Constructor for class net.algart.syntax.java.Parser.ClassSource
 
Parser.FieldSource - Class in net.algart.syntax.java
 
Parser.FieldSource(String, String, String, int) - Constructor for class net.algart.syntax.java.Parser.FieldSource
 
Parser.FieldSource(String, String, int) - Constructor for class net.algart.syntax.java.Parser.FieldSource
 
Parser.ImportSource - Class in net.algart.syntax.java
 
Parser.ImportSource(String, int) - Constructor for class net.algart.syntax.java.Parser.ImportSource
 
Parser.InterfaceSource - Class in net.algart.syntax.java
 
Parser.InterfaceSource(String, int) - Constructor for class net.algart.syntax.java.Parser.InterfaceSource
 
Parser.LocalException - Exception in net.algart.syntax.java
 
Parser.LocalException(String) - Constructor for exception net.algart.syntax.java.Parser.LocalException
 
Parser.MemberSource - Class in net.algart.syntax.java
 
Parser.MemberSource() - Constructor for class net.algart.syntax.java.Parser.MemberSource
 
Parser.MethodArgumentSource - Class in net.algart.syntax.java
 
Parser.MethodArgumentSource(String, String, String) - Constructor for class net.algart.syntax.java.Parser.MethodArgumentSource
 
Parser.MethodArgumentToString - Class in net.algart.syntax.java
 
Parser.MethodArgumentToString() - Constructor for class net.algart.syntax.java.Parser.MethodArgumentToString
 
Parser.MethodSource - Class in net.algart.syntax.java
 
Parser.MethodSource(String, Parser.MethodArgumentSource[], String, String, String, int) - Constructor for class net.algart.syntax.java.Parser.MethodSource
 
Parser.PackageSource - Class in net.algart.syntax.java
 
Parser.PackageSource(String, int) - Constructor for class net.algart.syntax.java.Parser.PackageSource
 
Parser.SyntaxArgNameExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxArgNameExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxArgNameExpectedException
 
Parser.SyntaxArgTypeExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxArgTypeExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxArgTypeExpectedException
 
Parser.SyntaxCommaOrSemicolonOrEqualsExpectedAfterFieldNameException - Exception in net.algart.syntax.java
 
Parser.SyntaxCommaOrSemicolonOrEqualsExpectedAfterFieldNameException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxCommaOrSemicolonOrEqualsExpectedAfterFieldNameException
 
Parser.SyntaxException - Exception in net.algart.syntax.java
 
Parser.SyntaxException(String) - Constructor for exception net.algart.syntax.java.Parser.SyntaxException
 
Parser.SyntaxIdentifierExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxIdentifierExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxIdentifierExpectedException
 
Parser.SyntaxIllegalThrowsException - Exception in net.algart.syntax.java
 
Parser.SyntaxIllegalThrowsException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxIllegalThrowsException
 
Parser.SyntaxNextArgOrBraceExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxNextArgOrBraceExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxNextArgOrBraceExpectedException
 
Parser.SyntaxNextFieldOfSameTypeException - Exception in net.algart.syntax.java
 
Parser.SyntaxNextFieldOfSameTypeException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxNextFieldOfSameTypeException
 
Parser.SyntaxRightSquareBracketExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxRightSquareBracketExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxRightSquareBracketExpectedException
 
Parser.SyntaxSemicolonExpectedAfterSeverelFieldsException - Exception in net.algart.syntax.java
 
Parser.SyntaxSemicolonExpectedAfterSeverelFieldsException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxSemicolonExpectedAfterSeverelFieldsException
 
Parser.SyntaxSemicolonExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxSemicolonExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxSemicolonExpectedException
 
Parser.SyntaxWordAfterDotExpectedException - Exception in net.algart.syntax.java
 
Parser.SyntaxWordAfterDotExpectedException() - Constructor for exception net.algart.syntax.java.Parser.SyntaxWordAfterDotExpectedException
 
parseSquareBrackets() - Method in class net.algart.syntax.java.Parser
 
PATH_SEPARATOR - Static variable in class net.algart.lib.GlobalProperties
Equivalent of the standard File.pathSeparatorChar constant: the system-dependent path-separator character.
PI - Static variable in class net.algart.lib.Ma
An equivalent of java.lang.Math.PI
PI - Static variable in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.PI
PluginSet - Interface in net.algart.lib
PluginSet interface is recommended to be used in large applications as a tool for enumerating plugin classes, i.e.
pow(double, double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.pow(a,b)
pow(double, double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.pow(a,b)
PREFIX - Static variable in class net.algart.lib.AbstractException.Info
 
PREFIX_LENGTH - Static variable in class net.algart.lib.AbstractException.Info
 
prepareAQLI(File) - Static method in class net.algart.lib.QuickLoadableImage
 
prepareAQLI(InputStream, File) - Static method in class net.algart.lib.QuickLoadableImage
 
previousSignature - Variable in class net.algart.syntax.java.Parser.MemberSource
 
print(String) - Static method in class net.algart.lib.Out
Prints the given string on System.out.
printFlush(String) - Static method in class net.algart.lib.Out
A brief equivalent of two print(value); Out.flush() calls.
println() - Static method in class net.algart.lib.Out
A brief equivalent of println("") call (or print("\n"): remind that print method automatically replaces "\n" with GlobalProperties.LINE_SEPARATOR).
println(String) - Static method in class net.algart.lib.Out
This method differs from System.out.println in the same respects as the Out.print(String) method differs from System.out.print.
printlnFlush(String) - Static method in class net.algart.lib.Out
A brief equivalent of two println(value); Out.flush() calls.
printNoCorrections(String) - Static method in class net.algart.lib.Out
An analog of Out.print(String) method that doesn't perform any replacements in the value string.
ptrOfs(Object) - Static method in class net.algart.array.Arrays
 

Q

QuickLoadableImage - Class in net.algart.lib
A very simple image object that can be loaded from the file with maximal speed.
QuickLoadableImage(int, int, int[]) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(BufferedImage) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(Class, String) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(URL) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(InputStream) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(File) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage(byte[]) - Constructor for class net.algart.lib.QuickLoadableImage
 
QuickLoadableImage.IllegalFormatException - Exception in net.algart.lib
 
QuickLoadableImage.IllegalFormatException() - Constructor for exception net.algart.lib.QuickLoadableImage.IllegalFormatException
 
QuickLoadableImage.LocalException - Exception in net.algart.lib
 
QuickLoadableImage.LocalException() - Constructor for exception net.algart.lib.QuickLoadableImage.LocalException
 
QuickLoadableImage.NoDataException - Exception in net.algart.lib
 
QuickLoadableImage.NoDataException() - Constructor for exception net.algart.lib.QuickLoadableImage.NoDataException
 
QuickSerializer - Class in net.algart.lib
A simple tool for quick serialization of some data types.
QuickSerializer(char[]) - Constructor for class net.algart.lib.QuickSerializer
 
QuickSerializer(String) - Constructor for class net.algart.lib.QuickSerializer
 
QuickSerializer(File) - Constructor for class net.algart.lib.QuickSerializer
 
QuickSerializer() - Constructor for class net.algart.lib.QuickSerializer
 

R

randomBooleans(int) - Static method in class net.algart.array.Arrays
 
randomBooleans(int, Random) - Static method in class net.algart.array.Arrays
 
randomBytes(int) - Static method in class net.algart.array.Arrays
 
randomBytes(int, Random) - Static method in class net.algart.array.Arrays
 
randomChars(int) - Static method in class net.algart.array.Arrays
 
randomChars(int, Random) - Static method in class net.algart.array.Arrays
 
randomDoubles(int) - Static method in class net.algart.array.Arrays
 
randomDoubles(int, Random) - Static method in class net.algart.array.Arrays
 
randomFloats(int) - Static method in class net.algart.array.Arrays
 
randomFloats(int, Random) - Static method in class net.algart.array.Arrays
 
randomInts(int) - Static method in class net.algart.array.Arrays
 
randomInts(int, Random) - Static method in class net.algart.array.Arrays
 
randomLongs(int) - Static method in class net.algart.array.Arrays
 
randomLongs(int, Random) - Static method in class net.algart.array.Arrays
 
randomShorts(int) - Static method in class net.algart.array.Arrays
 
randomShorts(int, Random) - Static method in class net.algart.array.Arrays
 
read(InputStream, boolean) - Static method in class net.algart.lib.BinaryIO
Reads all bytes from the current position of the input stream until the end of this stream and returns them as an array of bytes.
read(File) - Static method in class net.algart.lib.BinaryIO
Reads all bytes of the given file and returns it as an array of bytes.
read(InputStream, boolean) - Method in class net.algart.lib.TextIO
Reads the text file from the current position of the input stream until the end of this stream and returns it as a String.
read(File) - Method in class net.algart.lib.TextIO
Reads the full content of the given text file and returns it as a String.
readBoolean() - Method in class net.algart.lib.QuickSerializer
 
readChars(InputStream, boolean) - Method in class net.algart.lib.TextIO
Reads the text file from the current position of the input stream until the end of this stream and returns it as a char[].
readChars(File) - Method in class net.algart.lib.TextIO
Reads the full content of the given text file and returns it as a char[].
readInt() - Method in class net.algart.lib.QuickSerializer
 
readLong() - Method in class net.algart.lib.QuickSerializer
 
readString() - Method in class net.algart.lib.QuickSerializer
 
readStrings() - Method in class net.algart.lib.QuickSerializer
 
readStrings2d() - Method in class net.algart.lib.QuickSerializer
 
REDO_ACTION - Static variable in class net.algart.swing.AUndoText
 
redoAction - Variable in class net.algart.swing.AUndoText
 
Reflection - Class in net.algart.lib
Dynamic Class Overloading system and miscellaneous reflection tools.
Reflection.ClassLoaderFactory - Interface in net.algart.lib
ClassLoaderFactory interface should produce some ClassLoader for given ClassLoader identifier.
Reflection.DynamicClassOverloader - Class in net.algart.lib
 
Reflection.DynamicClassOverloader(Set, Set, Object, ClassLoader, boolean) - Constructor for class net.algart.lib.Reflection.DynamicClassOverloader
 
Reflection.WithClassPath - Interface in net.algart.lib
This interface should be implemented by a ClassLoader ineritor that allows to get list of all class paths where it searches the classes.
remove(Document) - Method in class net.algart.swing.AUndoText
 
removeFlusher(Out.Flusher) - Static method in class net.algart.lib.Out
Deregisters (removes from the internal list) the given flusher.
removeOnShutdown(File) - Static method in class net.algart.lib.FileVisitor
This method is an analog of the standard f.deleteOnExit(): it plans removing f on the moment before the shutdown of Java Virtual Machine.
removeProperty(String) - Static method in class net.algart.lib.GlobalProperties
Removes the global property with the given name key.
replace(Object, int, int, Object) - Static method in class net.algart.array.Arrays
 
replace(Object, int, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
replace(Object, Object, Object) - Static method in class net.algart.array.Arrays
 
replace(Object, Object) - Method in class net.algart.array.Arrays.Replacer
 
replace(String, String, String) - Static method in class net.algart.lib.Out
Returns a new string resulting from replacing all occurrences of oldSubstring in the s source string with newSubstring.
replaceAll(String, String, String, int) - Static method in class net.algart.lib.Strings
 
replaceLFToLineSeparator(String) - Static method in class net.algart.lib.Out
Replaces every "\n" character in the string s with GlobalProperties.LINE_SEPARATOR string.
RepresentableAsXml - Interface in net.algart.lib
This interface can be implements by all objects that have XML string representation in addition to usual string form returned by toString() method.
reset() - Method in class net.algart.swing.AUndoText
 
reset() - Method in class net.algart.syntax.java.Tokenizer
 
resetCpuInfo() - Static method in class net.algart.array.Arrays
 
RestoringStatusShower - Class in net.algart.status
 
RestoringStatusShower() - Constructor for class net.algart.status.RestoringStatusShower
 
RestoringStatusShower(StatusShowerWithMemory) - Constructor for class net.algart.status.RestoringStatusShower
 
result() - Method in class net.algart.array.Arrays.Replacer
 
returnedClassJavaName() - Method in class net.algart.lib.JavaCompiler.EvalReturn
 
rgbToBufferedImage(int[], int, int, boolean) - Static method in class net.algart.lib.ColorBuffers
 
rgbToBufferedImage(byte[][], int, int) - Static method in class net.algart.lib.ColorBuffers
 
RIGHT - Static variable in class net.algart.swing.AJFileChooser.WhereToAddButtons
 
rightPad(String, int) - Static method in class net.algart.lib.Out
If padLen < s.length(), returns a reference to the original s string object; in other case, returns the s padded rightward to padLen length by the space character:
rightPad(String, int) - Static method in class net.algart.lib.Strings
 
rightPad(String, int, char) - Static method in class net.algart.lib.Strings
 
rightTrim(String) - Static method in class net.algart.lib.Strings
 
rint(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.rint(a)
rint(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.rint(a)
root() - Method in class net.algart.lib.FileVisitor
Returns the root of file tree that is scanned by this visitor.
rootSource() - Method in class net.algart.lib.FileVisitor.Copier
 
rootSource() - Method in class net.algart.lib.FileVisitor.Mover
 
rootTarget() - Method in class net.algart.lib.FileVisitor.Copier
 
rootTarget() - Method in class net.algart.lib.FileVisitor.Mover
 
round(float) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.round(a) call.
round(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.round(a) call.
round(float) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.round(a) call.
round(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.round(a) call.

S

save(String) - Method in class net.algart.lib.QuickSerializer
 
save(File) - Method in class net.algart.lib.QuickSerializer
 
seek(int) - Method in class net.algart.syntax.java.Tokenizer
 
serialize(File, Serializable) - Static method in class net.algart.lib.BinaryIO
 
set(String) - Static method in class net.algart.lib.GlobalStatus
 
set(Object, String) - Static method in class net.algart.lib.GlobalStatus
 
setApprovingFilesOnlyEnabled(boolean) - Method in class net.algart.swing.AJFileChooser
Sets the property that indicates whether some folders (more precisely, traversable elements) can be approved - regargless of the current file-selection mode.
setApprovingNonExistingFilesEnabled(boolean) - Method in class net.algart.swing.AJFileChooser
Sets the property that indicates whether the approve button originates the corresponding APPROVE_SELECTION action and closes the dialog shown by showXxxDialog method in a case when the selected file or subdirectory does not exist.
setAutomaticAvoidingDebugSignalsForExceptions(boolean) - Static method in class net.algart.lib.Out
Sets the flag defining whether Out.print(String) and Out.println(String) methods should perform replacements provided by Out.avoidDebugSignalsForExceptions(String) method in the printed text.
setBooleanProperty(String, boolean) - Static method in class net.algart.lib.GlobalProperties
setCharIndex(Integer) - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
setCharIndex(Integer) - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
setClassLoaderFactory(Reflection.ClassLoaderFactory) - Static method in class net.algart.lib.Reflection
 
setCompileAdditionalOptions(String[]) - Method in class net.algart.lib.JavaCompiler
 
setCompileClassPath(Set) - Method in class net.algart.lib.JavaCompiler
 
setCompileDestinationDirectory(String) - Method in class net.algart.lib.JavaCompiler
 
setCpuInfo(long) - Static method in class net.algart.array.Arrays
 
setCurrentDirectory(File) - Method in class net.algart.swing.AJFileChooser
Overrided to process traversingLinksEnabled property.
setDeleter(AJFileChooser.Deleter) - Method in class net.algart.swing.AJFileChooser
Installs deleter - an abstract class allowing canDeleteSelectedFiles and deleteSelectedFiles methods to work.
setEnabled(boolean) - Method in class net.algart.status.StatusShowerThatCanBeDisabled
 
setEvalImports(String) - Method in class net.algart.lib.JavaCompiler
 
setFileFilters(FileFilter[]) - Method in class net.algart.swing.AJFileChooser
Convenient extension of standard setFileFilter and addChoosableFileFilter methods.
setIntProperty(String, int) - Static method in class net.algart.lib.GlobalProperties
setLineIndex(Integer) - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
setLineIndex(Integer) - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
setLongProperty(String, long) - Static method in class net.algart.lib.GlobalProperties
setMessage(String) - Method in exception net.algart.lib.AbstractException
 
setNative(boolean) - Static method in class net.algart.array.Arrays
 
setNativeMinLenFill(int) - Static method in class net.algart.array.Arrays
 
setNativeMinLenPairOp(int) - Static method in class net.algart.array.Arrays
 
setOverwrite(boolean) - Method in class net.algart.lib.FileVisitor.Copier
 
setOverwriteWarningEnabled(boolean) - Method in class net.algart.swing.AJFileChooser
Sets the property that indicates whether overwrite warning is shown when the user tries to approve a file or folder that already exists.
setParent(StatusShowerWithMemory) - Method in class net.algart.status.AppendingStatusShower
 
setParent(StatusShowerWithMemory) - Method in class net.algart.status.RestoringStatusShower
 
setPrintDelay(long) - Static method in class net.algart.lib.Out
Sets the delay performed after the last call of Out.print(String), Out.println(String), Out.printNoCorrections(String) methods until the moment when the printed text will be really sent to System.out (by System.out.print call).
setProblemLine(String) - Method in interface net.algart.lib.JavaCompiler.CompilationException
 
setProblemLine(String) - Method in exception net.algart.lib.JavaCompiler.CompilerErrorException
 
setProperties(Properties) - Static method in class net.algart.lib.GlobalProperties
Adds a collection of string properties to the global store.
setProperty(String, String) - Static method in class net.algart.lib.GlobalProperties
Sets the global string property with the given name key.
setSelectedFile(File) - Method in class net.algart.swing.AJFileChooser
 
setStatus(Object, String) - Method in interface net.algart.lib.GlobalStatus.StatusProducer
 
setStatusProducer(GlobalStatus.StatusProducer) - Static method in class net.algart.lib.GlobalStatus
 
setSys(String) - Static method in class net.algart.lib.GlobalStatus
 
setSys(Object, String) - Static method in class net.algart.lib.GlobalStatus
 
setSystemStatus(Object, String) - Method in interface net.algart.lib.GlobalStatus.SystemStatusProducer
 
setTraversingLinksEnabled(boolean) - Method in class net.algart.swing.AJFileChooser
Sets the property that indicates whether links can be traversable.
SHORT - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
shouldNotBeOverloaded(String) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
shouldNotBeOverloaded(Class) - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
showConfirmationMessage(Component, File[]) - Method in class net.algart.swing.AJFileChooser.DefaultDeleter
Used by delete method to show confirmation message.
showErrorMessage(Component, File[]) - Method in class net.algart.swing.AJFileChooser.DefaultDeleter
Used by delete method to show error message.
showModalPrintDialog(PrinterJob, PrintRequestAttributeSet) - Static method in class net.algart.swing.ASwingUtilities
 
showStatus(String) - Method in class net.algart.lib.GlobalStatus.StatusShower
 
showStatus(String) - Method in class net.algart.status.AppendingStatusShower
 
showStatus(String) - Method in class net.algart.status.EmptyStatusShower
 
showStatus(String) - Method in class net.algart.status.RestoringStatusShower
 
showStatus(String) - Method in interface net.algart.status.StatusShower
 
showStatusPreservingCurrent(String) - Method in class net.algart.lib.GlobalStatus.StatusShower
 
showStatusPreservingCurrent(String) - Method in class net.algart.status.AppendingStatusShower
 
showStatusPreservingCurrent(String) - Method in class net.algart.status.EmptyStatusShower
 
showStatusPreservingCurrent(String) - Method in class net.algart.status.RestoringStatusShower
 
showStatusPreservingCurrent(String) - Method in class net.algart.status.StatusShowerThatCanBeDisabled
 
showStatusPreservingCurrent(String) - Method in interface net.algart.status.StatusShowerWithMemory
 
showStatusPreservingCurrent(String) - Method in class net.algart.status.TitleStatusShower
 
signature() - Method in class net.algart.syntax.java.Parser.MemberSource
 
signature() - Method in class net.algart.syntax.java.Parser.MethodSource
 
sin(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.sin(a)
sin(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.sin(a)
spaced(int, char) - Static method in class net.algart.lib.Out
Equivalent to
spaced(long, char) - Static method in class net.algart.lib.Out
Returns the string decimal representation of the long integer argument where all terns of digits (from the right to the left) are separated by the given space character.
split(String) - Static method in class net.algart.lib.Strings
 
split(String, String) - Static method in class net.algart.lib.Strings
 
splitAsList(String, String) - Static method in class net.algart.lib.Strings
 
splitClassPath(String) - Static method in class net.algart.lib.Reflection
 
splitStringWithQuotes(String, char) - Static method in class net.algart.lib.Strings
 
splitStringWithQuotes(String, char, List) - Static method in class net.algart.lib.Strings
 
sqr(int) - Static method in class net.algart.lib.Ma
An equivalent of a * a
sqr(long) - Static method in class net.algart.lib.Ma
An equivalent of a * a
sqr(float) - Static method in class net.algart.lib.Ma
An equivalent of a * a
sqr(double) - Static method in class net.algart.lib.Ma
An equivalent of a * a
sqr(int) - Static method in class net.algart.lib.StrictMa
An equivalent of a * a
sqr(long) - Static method in class net.algart.lib.StrictMa
An equivalent of a * a
sqr(float) - Static method in class net.algart.lib.StrictMa
An equivalent of a * a
sqr(double) - Static method in class net.algart.lib.StrictMa
An equivalent of a * a
sqrt(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.sqrt(a)
sqrt(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.sqrt(a)
startComment - Variable in class net.algart.syntax.java.Parser.MethodSource
 
StatusShower - Interface in net.algart.status
 
StatusShowerThatCanBeDisabled - Class in net.algart.status
 
StatusShowerThatCanBeDisabled(StatusShower) - Constructor for class net.algart.status.StatusShowerThatCanBeDisabled
 
StatusShowerThatCanBeDisabled(StatusShower, boolean) - Constructor for class net.algart.status.StatusShowerThatCanBeDisabled
 
StatusShowerWithMemory - Interface in net.algart.status
 
StrictMa - Class in net.algart.lib
An analog of standard java.lang.StrictMath class.
STRING - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
string - Variable in class net.algart.lib.LazyString
 
Strings - Class in net.algart.lib
Library of tools for working with strings.
Strings.NextInfo - Class in net.algart.lib
 
Strings.NextInfo(int, String) - Constructor for class net.algart.lib.Strings.NextInfo
 
sub(Object, Object) - Static method in class net.algart.array.Arrays
 
sub(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
sub(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
sub(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
sub(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
sub(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
sub(int[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
sub(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
sub(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
sub(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
sub(float[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
sub(double[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
sub(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
subs(Object, Object) - Static method in class net.algart.array.Arrays
 
subs(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
subs(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subs(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subs(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
substr(String, int, int) - Static method in class net.algart.lib.Strings
 
substring(String, int, int) - Static method in class net.algart.lib.Strings
 
substring(String, int) - Static method in class net.algart.lib.Strings
 
subu(Object, Object) - Static method in class net.algart.array.Arrays
 
subu(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
subu(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subu(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subu(int[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
subus(Object, Object) - Static method in class net.algart.array.Arrays
 
subus(Object, int, Object, int, int) - Static method in class net.algart.array.Arrays
 
subus(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subus(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
subus(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
successful() - Method in class net.algart.lib.JavaCompiler.UsedTool.CompilationResults
 
sum(byte[]) - Static method in class net.algart.array.Arrays
 
sum(short[]) - Static method in class net.algart.array.Arrays
 
sum(int[]) - Static method in class net.algart.array.Arrays
 
sum(long[]) - Static method in class net.algart.array.Arrays
 
sum(float[]) - Static method in class net.algart.array.Arrays
 
sum(double[]) - Static method in class net.algart.array.Arrays
 
SUN_TOOLS_JAVAC - Static variable in class net.algart.lib.JavaCompiler.UsedTool
 
SYSTEM_DEFAULT - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the current system-dependent encoding.

T

tan(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.tan(a)
tan(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.tan(a)
tempDirectory() - Static method in class net.algart.lib.Directory
 
TEXT_IO - Static variable in class net.algart.lib.QuickSerializer
 
TextIO - Class in net.algart.lib
A tool for reading and writing text files.
TextIO.ForCharset - Class in net.algart.lib
An implementation of TextIO class that writes and reads text files in encodings specified by their names (as the second argument of InputStreamReader and OutputStreamWriter constructors).
TextIO.SystemDefault - Class in net.algart.lib
An implementation of TextIO class that writes and reads text files in the current system-dependent encoding.
throwsDescription - Variable in class net.algart.syntax.java.Parser.MethodSource
 
timecpu() - Static method in class net.algart.lib.Timing
 
timecpuCorrection - Static variable in class net.algart.lib.Timing
 
timemcs() - Static method in class net.algart.lib.Timing
 
timemcsDouble() - Static method in class net.algart.lib.Timing
 
timems() - Static method in class net.algart.lib.Timing
 
timemsDouble() - Static method in class net.algart.lib.Timing
 
timens() - Static method in class net.algart.lib.Timing
 
timensCorrection - Static variable in class net.algart.lib.Timing
 
timesecDouble() - Static method in class net.algart.lib.Timing
 
timeStart - Static variable in class net.algart.lib.Timing
 
timeStartFrom1970 - Static variable in class net.algart.lib.Timing
 
Timing - Class in net.algart.lib
An interface to native class allowing to measure the time with high resolution.
TitleStatusShower - Class in net.algart.status
 
TitleStatusShower(Frame, String, String) - Constructor for class net.algart.status.TitleStatusShower
 
TO_STRING_MODE_FULL_INFO - Static variable in exception net.algart.lib.AbstractException
 
TO_STRING_MODE_FULL_INFO_XML - Static variable in exception net.algart.lib.AbstractException
 
TO_STRING_MODE_ORIGINAL - Static variable in exception net.algart.lib.AbstractException
 
TO_STRING_MODE_STACK_ONLY - Static variable in exception net.algart.lib.AbstractException
 
TO_STRING_MODE_STANDARD - Static variable in exception net.algart.lib.AbstractException
 
toBooleans(boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(char[]) - Static method in class net.algart.array.Arrays
 
toBooleans(byte[]) - Static method in class net.algart.array.Arrays
 
toBooleans(short[]) - Static method in class net.algart.array.Arrays
 
toBooleans(int[]) - Static method in class net.algart.array.Arrays
 
toBooleans(long[]) - Static method in class net.algart.array.Arrays
 
toBooleans(float[]) - Static method in class net.algart.array.Arrays
 
toBooleans(double[]) - Static method in class net.algart.array.Arrays
 
toBooleans(String[]) - Static method in class net.algart.array.Arrays
 
toBooleans(Object) - Static method in class net.algart.array.Arrays
 
toBooleans(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(char[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(short[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(int[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(long[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(float[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(double[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(String[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(Object, int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(boolean[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(char[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(byte[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(short[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(int[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(long[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(float[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(double[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(String[], boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(Object, boolean[]) - Static method in class net.algart.array.Arrays
 
toBooleans(boolean[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(char[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(byte[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(short[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(int[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(long[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(float[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(double[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(String[], int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBooleans(Object, int, boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(boolean[]) - Static method in class net.algart.array.Arrays
 
toBytes(char[]) - Static method in class net.algart.array.Arrays
 
toBytes(byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(short[]) - Static method in class net.algart.array.Arrays
 
toBytes(int[]) - Static method in class net.algart.array.Arrays
 
toBytes(long[]) - Static method in class net.algart.array.Arrays
 
toBytes(float[]) - Static method in class net.algart.array.Arrays
 
toBytes(double[]) - Static method in class net.algart.array.Arrays
 
toBytes(String[]) - Static method in class net.algart.array.Arrays
 
toBytes(Object) - Static method in class net.algart.array.Arrays
 
toBytes(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(char[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(short[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(int[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(long[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(float[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(double[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(String[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(Object, int, int) - Static method in class net.algart.array.Arrays
 
toBytes(boolean[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(char[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(byte[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(short[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(int[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(long[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(float[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(double[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(String[], byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(Object, byte[]) - Static method in class net.algart.array.Arrays
 
toBytes(boolean[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(char[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(byte[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(short[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(int[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(long[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(float[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(double[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(String[], int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toBytes(Object, int, byte[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(boolean[]) - Static method in class net.algart.array.Arrays
 
toChars(char[]) - Static method in class net.algart.array.Arrays
 
toChars(byte[]) - Static method in class net.algart.array.Arrays
 
toChars(short[]) - Static method in class net.algart.array.Arrays
 
toChars(int[]) - Static method in class net.algart.array.Arrays
 
toChars(long[]) - Static method in class net.algart.array.Arrays
 
toChars(float[]) - Static method in class net.algart.array.Arrays
 
toChars(double[]) - Static method in class net.algart.array.Arrays
 
toChars(String[]) - Static method in class net.algart.array.Arrays
 
toChars(Object) - Static method in class net.algart.array.Arrays
 
toChars(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(short[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(int[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(long[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(float[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(double[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(String[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(Object, int, int) - Static method in class net.algart.array.Arrays
 
toChars(boolean[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(char[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(byte[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(short[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(int[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(long[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(float[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(double[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(String[], char[]) - Static method in class net.algart.array.Arrays
 
toChars(Object, char[]) - Static method in class net.algart.array.Arrays
 
toChars(boolean[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(char[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(byte[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(short[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(int[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(long[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(float[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(double[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(String[], int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toChars(Object, int, char[], int, int) - Static method in class net.algart.array.Arrays
 
toDegrees(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.toDegrees(a)
toDegrees(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.toDegrees(a)
toDoubles(boolean[]) - Static method in class net.algart.array.Arrays
 
toDoubles(char[]) - Static method in class net.algart.array.Arrays
 
toDoubles(byte[]) - Static method in class net.algart.array.Arrays
 
toDoubles(short[]) - Static method in class net.algart.array.Arrays
 
toDoubles(int[]) - Static method in class net.algart.array.Arrays
 
toDoubles(long[]) - Static method in class net.algart.array.Arrays
 
toDoubles(float[]) - Static method in class net.algart.array.Arrays
 
toDoubles(double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(String[]) - Static method in class net.algart.array.Arrays
 
toDoubles(Object) - Static method in class net.algart.array.Arrays
 
toDoubles(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(char[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(short[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(int[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(long[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(float[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(String[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(Object, int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(boolean[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(char[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(byte[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(short[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(int[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(long[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(float[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(double[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(String[], double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(Object, double[]) - Static method in class net.algart.array.Arrays
 
toDoubles(boolean[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(char[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(byte[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(short[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(int[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(long[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(float[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(double[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(String[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoubles(Object, int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoublesU(byte[]) - Static method in class net.algart.array.Arrays
 
toDoublesU(short[]) - Static method in class net.algart.array.Arrays
 
toDoublesU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toDoublesU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toDoublesU(byte[], double[]) - Static method in class net.algart.array.Arrays
 
toDoublesU(short[], double[]) - Static method in class net.algart.array.Arrays
 
toDoublesU(byte[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toDoublesU(short[], int, double[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(boolean[]) - Static method in class net.algart.array.Arrays
 
toFloats(char[]) - Static method in class net.algart.array.Arrays
 
toFloats(byte[]) - Static method in class net.algart.array.Arrays
 
toFloats(short[]) - Static method in class net.algart.array.Arrays
 
toFloats(int[]) - Static method in class net.algart.array.Arrays
 
toFloats(long[]) - Static method in class net.algart.array.Arrays
 
toFloats(float[]) - Static method in class net.algart.array.Arrays
 
toFloats(double[]) - Static method in class net.algart.array.Arrays
 
toFloats(String[]) - Static method in class net.algart.array.Arrays
 
toFloats(Object) - Static method in class net.algart.array.Arrays
 
toFloats(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(char[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(short[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(int[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(long[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(double[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(String[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(Object, int, int) - Static method in class net.algart.array.Arrays
 
toFloats(boolean[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(char[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(byte[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(short[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(int[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(long[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(float[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(double[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(String[], float[]) - Static method in class net.algart.array.Arrays
 
toFloats(Object, float[]) - Static method in class net.algart.array.Arrays
 
toFloats(boolean[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(char[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(byte[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(short[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(int[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(long[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(float[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(double[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(String[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloats(Object, int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloatsU(byte[]) - Static method in class net.algart.array.Arrays
 
toFloatsU(short[]) - Static method in class net.algart.array.Arrays
 
toFloatsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toFloatsU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toFloatsU(byte[], float[]) - Static method in class net.algart.array.Arrays
 
toFloatsU(short[], float[]) - Static method in class net.algart.array.Arrays
 
toFloatsU(byte[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toFloatsU(short[], int, float[], int, int) - Static method in class net.algart.array.Arrays
 
toIgnoreCase(String) - Static method in class net.algart.lib.Strings
 
toInts(boolean[]) - Static method in class net.algart.array.Arrays
 
toInts(char[]) - Static method in class net.algart.array.Arrays
 
toInts(byte[]) - Static method in class net.algart.array.Arrays
 
toInts(short[]) - Static method in class net.algart.array.Arrays
 
toInts(int[]) - Static method in class net.algart.array.Arrays
 
toInts(long[]) - Static method in class net.algart.array.Arrays
 
toInts(float[]) - Static method in class net.algart.array.Arrays
 
toInts(double[]) - Static method in class net.algart.array.Arrays
 
toInts(String[]) - Static method in class net.algart.array.Arrays
 
toInts(Object) - Static method in class net.algart.array.Arrays
 
toInts(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(char[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(short[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(long[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(float[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(double[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(String[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(Object, int, int) - Static method in class net.algart.array.Arrays
 
toInts(boolean[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(char[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(byte[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(short[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(int[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(long[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(float[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(double[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(String[], int[]) - Static method in class net.algart.array.Arrays
 
toInts(Object, int[]) - Static method in class net.algart.array.Arrays
 
toInts(boolean[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(char[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(byte[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(short[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(int[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(long[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(float[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(double[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(String[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toInts(Object, int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toIntsU(byte[]) - Static method in class net.algart.array.Arrays
 
toIntsU(short[]) - Static method in class net.algart.array.Arrays
 
toIntsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toIntsU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toIntsU(byte[], int[]) - Static method in class net.algart.array.Arrays
 
toIntsU(short[], int[]) - Static method in class net.algart.array.Arrays
 
toIntsU(byte[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toIntsU(short[], int, int[], int, int) - Static method in class net.algart.array.Arrays
 
toJavaClassName(Object) - Static method in class net.algart.lib.JVM
 
toJavaName(Class, boolean) - Static method in class net.algart.lib.JVM
 
toJavaSignature(Method, boolean) - Static method in class net.algart.syntax.java.Types
 
Tokenizer - Class in net.algart.syntax.java
 
Tokenizer(char[]) - Constructor for class net.algart.syntax.java.Tokenizer
 
Tokenizer(String) - Constructor for class net.algart.syntax.java.Tokenizer
 
tokenLength - Variable in class net.algart.syntax.java.Tokenizer
 
tokenOffset - Variable in class net.algart.syntax.java.Tokenizer
 
tokenSkippedComments - Variable in class net.algart.syntax.java.ExtendedTokenizer
 
tokenSkippedSpaceOffset - Variable in class net.algart.syntax.java.Tokenizer
 
tokenType - Variable in class net.algart.syntax.java.Tokenizer
 
toLongs(boolean[]) - Static method in class net.algart.array.Arrays
 
toLongs(char[]) - Static method in class net.algart.array.Arrays
 
toLongs(byte[]) - Static method in class net.algart.array.Arrays
 
toLongs(short[]) - Static method in class net.algart.array.Arrays
 
toLongs(int[]) - Static method in class net.algart.array.Arrays
 
toLongs(long[]) - Static method in class net.algart.array.Arrays
 
toLongs(float[]) - Static method in class net.algart.array.Arrays
 
toLongs(double[]) - Static method in class net.algart.array.Arrays
 
toLongs(String[]) - Static method in class net.algart.array.Arrays
 
toLongs(Object) - Static method in class net.algart.array.Arrays
 
toLongs(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(char[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(short[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(int[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(float[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(double[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(String[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(Object, int, int) - Static method in class net.algart.array.Arrays
 
toLongs(boolean[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(char[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(byte[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(short[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(int[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(long[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(float[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(double[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(String[], long[]) - Static method in class net.algart.array.Arrays
 
toLongs(Object, long[]) - Static method in class net.algart.array.Arrays
 
toLongs(boolean[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(char[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(byte[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(short[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(int[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(long[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(float[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(double[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(String[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongs(Object, int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongsU(byte[]) - Static method in class net.algart.array.Arrays
 
toLongsU(short[]) - Static method in class net.algart.array.Arrays
 
toLongsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toLongsU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toLongsU(byte[], long[]) - Static method in class net.algart.array.Arrays
 
toLongsU(short[], long[]) - Static method in class net.algart.array.Arrays
 
toLongsU(byte[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toLongsU(short[], int, long[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(boolean[]) - Static method in class net.algart.array.Arrays
 
toObjects(char[]) - Static method in class net.algart.array.Arrays
 
toObjects(byte[]) - Static method in class net.algart.array.Arrays
 
toObjects(short[]) - Static method in class net.algart.array.Arrays
 
toObjects(int[]) - Static method in class net.algart.array.Arrays
 
toObjects(long[]) - Static method in class net.algart.array.Arrays
 
toObjects(float[]) - Static method in class net.algart.array.Arrays
 
toObjects(double[]) - Static method in class net.algart.array.Arrays
 
toObjects(String[]) - Static method in class net.algart.array.Arrays
 
toObjects(Object) - Static method in class net.algart.array.Arrays
 
toObjects(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(char[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(short[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(int[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(long[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(float[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(double[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(String[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(Object, int, int) - Static method in class net.algart.array.Arrays
 
toObjects(boolean[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(char[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(byte[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(short[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(int[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(long[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(float[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(double[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(String[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(Object, Object[]) - Static method in class net.algart.array.Arrays
 
toObjects(boolean[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(char[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(byte[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(short[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(int[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(long[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(float[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(double[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(String[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjects(Object, int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjectsU(byte[]) - Static method in class net.algart.array.Arrays
 
toObjectsU(short[]) - Static method in class net.algart.array.Arrays
 
toObjectsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toObjectsU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toObjectsU(byte[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjectsU(short[], Object[]) - Static method in class net.algart.array.Arrays
 
toObjectsU(byte[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toObjectsU(short[], int, Object[], int, int) - Static method in class net.algart.array.Arrays
 
toRadians(double) - Static method in class net.algart.lib.Ma
An equivalent of java.lang.Math.toRadians(a)
toRadians(double) - Static method in class net.algart.lib.StrictMa
An equivalent of java.lang.StrictMath.toRadians(a)
toShorts(boolean[]) - Static method in class net.algart.array.Arrays
 
toShorts(char[]) - Static method in class net.algart.array.Arrays
 
toShorts(byte[]) - Static method in class net.algart.array.Arrays
 
toShorts(short[]) - Static method in class net.algart.array.Arrays
 
toShorts(int[]) - Static method in class net.algart.array.Arrays
 
toShorts(long[]) - Static method in class net.algart.array.Arrays
 
toShorts(float[]) - Static method in class net.algart.array.Arrays
 
toShorts(double[]) - Static method in class net.algart.array.Arrays
 
toShorts(String[]) - Static method in class net.algart.array.Arrays
 
toShorts(Object) - Static method in class net.algart.array.Arrays
 
toShorts(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(char[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(int[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(long[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(float[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(double[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(String[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(Object, int, int) - Static method in class net.algart.array.Arrays
 
toShorts(boolean[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(char[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(byte[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(short[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(int[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(long[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(float[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(double[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(String[], short[]) - Static method in class net.algart.array.Arrays
 
toShorts(Object, short[]) - Static method in class net.algart.array.Arrays
 
toShorts(boolean[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(char[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(byte[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(short[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(int[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(long[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(float[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(double[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(String[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShorts(Object, int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toShortsU(byte[]) - Static method in class net.algart.array.Arrays
 
toShortsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toShortsU(byte[], short[]) - Static method in class net.algart.array.Arrays
 
toShortsU(byte[], int, short[], int, int) - Static method in class net.algart.array.Arrays
 
toString() - Method in class net.algart.lib.AbstractException.Info
 
toString(boolean) - Method in class net.algart.lib.AbstractException.Info
 
toString() - Method in exception net.algart.lib.AbstractException
 
toString() - Method in class net.algart.lib.FileVisitor
Returns a string representation of this object.
toString() - Method in class net.algart.lib.JavaCompiler.EvalReturn
 
toString() - Method in class net.algart.lib.LazyString
 
toString() - Method in class net.algart.lib.Reflection.DynamicClassOverloader
 
toString() - Method in class net.algart.lib.TextIO.ForCharset
Returns a string representation of this object.
toString() - Method in class net.algart.lib.TextIO.SystemDefault
Returns a string representation of this object.
toString() - Method in class net.algart.swing.AJFileChooser.WhereToAddButtons
 
toString() - Method in class net.algart.syntax.java.ExtendedTokenizer
 
toString() - Method in class net.algart.syntax.java.Parser.ClassSource
 
toString() - Method in class net.algart.syntax.java.Parser.FieldSource
 
toString() - Method in class net.algart.syntax.java.Parser.ImportSource
 
toString() - Method in class net.algart.syntax.java.Parser.InterfaceSource
 
toString() - Method in class net.algart.syntax.java.Parser.MethodArgumentSource
 
toString(Parser.MethodArgumentSource) - Method in class net.algart.syntax.java.Parser.MethodArgumentToString
 
toString() - Method in class net.algart.syntax.java.Parser.MethodSource
 
toString(Parser.MethodArgumentToString, boolean) - Method in class net.algart.syntax.java.Parser.MethodSource
 
toString() - Method in class net.algart.syntax.java.Parser.PackageSource
 
toString() - Method in class net.algart.syntax.java.Tokenizer
 
toStringMode - Variable in exception net.algart.lib.AbstractException
 
toStrings(boolean[]) - Static method in class net.algart.array.Arrays
 
toStrings(char[]) - Static method in class net.algart.array.Arrays
 
toStrings(byte[]) - Static method in class net.algart.array.Arrays
 
toStrings(short[]) - Static method in class net.algart.array.Arrays
 
toStrings(int[]) - Static method in class net.algart.array.Arrays
 
toStrings(long[]) - Static method in class net.algart.array.Arrays
 
toStrings(float[]) - Static method in class net.algart.array.Arrays
 
toStrings(double[]) - Static method in class net.algart.array.Arrays
 
toStrings(String[]) - Static method in class net.algart.array.Arrays
 
toStrings(Object) - Static method in class net.algart.array.Arrays
 
toStrings(boolean[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(char[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(short[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(int[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(long[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(float[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(double[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(Object, int, int) - Static method in class net.algart.array.Arrays
 
toStrings(boolean[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(char[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(byte[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(short[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(int[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(long[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(float[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(double[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(String[], String[]) - Static method in class net.algart.array.Arrays
 
toStrings(Object, String[]) - Static method in class net.algart.array.Arrays
 
toStrings(boolean[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(char[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(byte[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(short[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(int[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(long[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(float[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(double[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(String[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStrings(Object, int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStringsU(byte[]) - Static method in class net.algart.array.Arrays
 
toStringsU(short[]) - Static method in class net.algart.array.Arrays
 
toStringsU(byte[], int, int) - Static method in class net.algart.array.Arrays
 
toStringsU(short[], int, int) - Static method in class net.algart.array.Arrays
 
toStringsU(byte[], String[]) - Static method in class net.algart.array.Arrays
 
toStringsU(short[], String[]) - Static method in class net.algart.array.Arrays
 
toStringsU(byte[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
toStringsU(short[], int, String[], int, int) - Static method in class net.algart.array.Arrays
 
total() - Static method in class net.algart.lib.Memory
 
totalCount() - Method in class net.algart.array.Arrays.Replacer
 
toXmlString() - Method in exception net.algart.lib.AbstractException
 
toXmlString() - Method in exception net.algart.lib.ArgumentRequiredException
 
toXmlString() - Method in interface net.algart.lib.RepresentableAsXml
Return XML string describing this object.
toXmlTags() - Method in class net.algart.lib.AbstractException.Info
 
toXmlTags(boolean) - Method in class net.algart.lib.AbstractException.Info
 
TRAVERSING_LINKS_ENABLED_CHANGED_PROPERTY - Static variable in class net.algart.swing.AJFileChooser
Identifies a change in the traversingLinksEnabled property.
TrueStatic - Interface in net.algart.lib
A marker interface that disables overloading classes by DCO system.
truncate(Object, int) - Static method in class net.algart.array.Arrays
 
tryToAddButtons(AbstractButton[], AJFileChooser.WhereToAddButtons, boolean, boolean) - Method in class net.algart.swing.AJFileChooser
Should return true if successful.
tryToAvoidSlowingProblemInLargeDirectories() - Method in class net.algart.swing.AJFileChooser
Tries to avoid extra slowing of choosing files in large directories
tryToFindAndCorrectHomeButton(File) - Method in class net.algart.swing.AJFileChooser
Should return not null if successful.
tryToFindFilesList() - Method in class net.algart.swing.AJFileChooser
Should return not null if successful.
tryToFindFilesListAndCorrectKeyboardBug() - Method in class net.algart.swing.AJFileChooser
Should return not null if successful.
tryToFindNewFolderButton() - Method in class net.algart.swing.AJFileChooser
Should return not null if successful.
tryToMakeApproveButtonDefault() - Method in class net.algart.swing.AJFileChooser
Should return true if successful.
tryToRemoveNewFolderButton() - Method in class net.algart.swing.AJFileChooser
Should return true if successful.
tryToRemoveSingleClickListeners() - Method in class net.algart.swing.AJFileChooser
Should return true if successful.
TT_BLOCK - Static variable in class net.algart.syntax.java.ExtendedTokenizer
 
TT_COMMENT_C - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_COMMENT_CPP - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_EOF - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_EOL - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_NOTHING - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_NUMBER - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_QUOTED - Static variable in class net.algart.syntax.java.Tokenizer
 
TT_WORD - Static variable in class net.algart.syntax.java.Tokenizer
 
type - Variable in class net.algart.syntax.java.Parser.MethodArgumentSource
 
Types - Class in net.algart.syntax.java
 
Types(String[]) - Constructor for class net.algart.syntax.java.Types
 

U

undo - Variable in class net.algart.swing.AUndoText
 
UNDO_ACTION - Static variable in class net.algart.swing.AUndoText
 
undoableEditHappened(UndoableEditEvent) - Method in class net.algart.swing.AUndoText.UndoHandler
 
undoAction - Variable in class net.algart.swing.AUndoText
 
undoActions - Variable in class net.algart.swing.AUndoText
 
undoBindings - Variable in class net.algart.swing.AUndoText
 
undoHandler - Variable in class net.algart.swing.AUndoText
 
undoText - Variable in class net.algart.swing.AJTextArea
 
UNICODE_BIG - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 16-bit "UnicodeBig" encoding.
UNICODE_BIG_UNMARKED - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 16-bit "UnicodeBigUnmarked" encoding.
UNICODE_CASE - Static variable in class net.algart.lib.Strings
 
UNICODE_LITTLE - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 16-bit "UnicodeLittle" encoding.
UNICODE_LITTLE_UNMARKED - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 16-bit "UnicodeLittleUnmarked" encoding.
uniqueString() - Static method in class net.algart.lib.Timing
Returns a string that is unique for every call of this method with very high probability (almost 100%).
UNIX_LINES - Static variable in class net.algart.lib.Strings
Returns s if any string is null, or s is "", or oldSubstring is ""
untilLastSubstring(String, String) - Static method in class net.algart.lib.Strings
 
update() - Method in class net.algart.swing.AUndoText.RedoAction
 
update() - Method in class net.algart.swing.AUndoText.UndoAction
 
USE_DCO - Static variable in class net.algart.lib.JavaCompiler
The system property returned by GlobalProperties.getClassBooleanProperty(JavaCompiler.class, "USE_DCO", true) call: it indicates whether this class will use Dynamic Class Overloaders.
USE_SYSTEM_CLASS_LOADER_AT_FIRST - Static variable in class net.algart.lib.Reflection
If true, then loadClass(String) call (without loaderId) will always use the system class loader (Class.forName(className) call) until first call of Reflection.invalidateClasses()
used() - Static method in class net.algart.lib.Memory
 
UTF16 - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard 16-bit "UTF-16" encoding.
UTF8 - Static variable in class net.algart.lib.TextIO
This TextIO instance writes and reads text files in the standard "UTF-8" encoding.

V

value - Variable in class net.algart.lib.Strings.NextInfo
 
valueOf(File) - Static method in class net.algart.lib.Directory
 
valueOf(String) - Static method in class net.algart.lib.Directory
 
VALUES - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 
vectorToArray(Vector) - Static method in class net.algart.array.Arrays
 
vectorToArray(Vector, Object[]) - Static method in class net.algart.array.Arrays
 
version() - Method in class net.algart.lib.QuickSerializer
 
visitDirectoryAfter(Directory, Object) - Method in class net.algart.lib.FileVisitor.Copier
 
visitDirectoryAfter(Directory, Object) - Method in class net.algart.lib.FileVisitor.Lister
 
visitDirectoryAfter(Directory, Object) - Method in class net.algart.lib.FileVisitor.Mover
 
visitDirectoryAfter(Directory, Object) - Method in class net.algart.lib.FileVisitor.Remover
 
visitDirectoryAfter(Directory, Object) - Method in class net.algart.lib.FileVisitor
 
visitDirectoryBefore(Directory) - Method in class net.algart.lib.FileVisitor.Copier
 
visitDirectoryBefore(Directory) - Method in class net.algart.lib.FileVisitor.Lister
 
visitDirectoryBefore(Directory) - Method in class net.algart.lib.FileVisitor.Mover
 
visitDirectoryBefore(Directory) - Method in class net.algart.lib.FileVisitor.Remover
 
visitDirectoryBefore(Directory) - Method in class net.algart.lib.FileVisitor
 
visitFile(File) - Method in class net.algart.lib.FileVisitor.Copier
 
visitFile(File) - Method in class net.algart.lib.FileVisitor.Lister
 
visitFile(File) - Method in class net.algart.lib.FileVisitor.Mover
 
visitFile(File) - Method in class net.algart.lib.FileVisitor.Remover
 
visitFile(File) - Method in class net.algart.lib.FileVisitor
 
visitRootAfter() - Method in class net.algart.lib.FileVisitor.Copier
 
visitRootAfter() - Method in class net.algart.lib.FileVisitor.Mover
 
visitRootAfter() - Method in class net.algart.lib.FileVisitor
 
VOID - Static variable in class net.algart.lib.JavaCompiler.EvalReturn
 

W

windowsClipboardBindings - Static variable in class net.algart.swing.ASwingUtilities
 
write(File, byte[]) - Static method in class net.algart.lib.BinaryIO
Saves the bytes passed in the data argument in the given file.
write(File) - Method in class net.algart.lib.QuickLoadableImage
 
write(File, String) - Method in class net.algart.lib.TextIO
Saves the text passed in the data argument in the given text file.
writeBoolean(boolean) - Method in class net.algart.lib.QuickSerializer
 
writeChars(File, char[]) - Method in class net.algart.lib.TextIO
Saves the text passed in the data argument in the given text file.
writeCharsOrDelete(File, char[]) - Method in class net.algart.lib.TextIO
If data == null, deletes file; in other case, equivalent to TextIO.writeChars(File, char[]).
writeInt(int) - Method in class net.algart.lib.QuickSerializer
 
writeLong(long) - Method in class net.algart.lib.QuickSerializer
 
writeOrDelete(File, byte[]) - Static method in class net.algart.lib.BinaryIO
If data == null, deletes file; in other case, equivalent to BinaryIO.write(File, byte[]).
writeOrDelete(File, String) - Method in class net.algart.lib.TextIO
If data == null, deletes file; in other case, equivalent to TextIO.write(File, String).
writeString(String) - Method in class net.algart.lib.QuickSerializer
 
writeStrings(String[]) - Method in class net.algart.lib.QuickSerializer
 
writeStrings2d(String[][]) - Method in class net.algart.lib.QuickSerializer
 

X

xmlAttr(String, String) - Static method in class net.algart.lib.Strings
 
xmlTag(String, String) - Static method in class net.algart.lib.Strings
 
xmlTag(String, String, boolean) - Static method in class net.algart.lib.Strings
 
xmlToCtrls(String) - Static method in class net.algart.lib.Strings
 
xmlToCtrls(String, int, int) - Static method in class net.algart.lib.Strings
 
xmlToCtrls(String, StringBuffer) - Static method in class net.algart.lib.Strings
 
xmlToCtrls(String, int, int, StringBuffer) - Static method in class net.algart.lib.Strings
 
A B C D E F G H I J K L M N O P Q R S T U V W X