- 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
-
- 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
-
- getClassBooleanProperty(Class, String, boolean) - Static method in class net.algart.lib.GlobalProperties
-
- getClassDebugLevel(Class) - Static method in class net.algart.lib.GlobalProperties
-
- 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
-
- getClassIntProperty(Class, String, int) - Static method in class net.algart.lib.GlobalProperties
-
- 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
-
- getClassLongProperty(Class, String, long) - Static method in class net.algart.lib.GlobalProperties
-
- getClassName(Class, char) - Static method in class net.algart.lib.Reflection
-
- getClassProperty(Class, String) - Static method in class net.algart.lib.GlobalProperties
-
- getClassProperty(Class, String, String) - Static method in class net.algart.lib.GlobalProperties
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.