Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes|All Packages

S

s_obj(T) - Method in class com.jackmeng.stl.stl_Wrap
 
sampleFile(String, int, stl_Callback<Void, String>) - Static method in class com.jackmeng.stl.stl_SimpleSampler
 
sampleRate - Variable in class com.jackmeng.stl.stl_SimpleSampler
 
saveLocation - Variable in class com.jackmeng.stl.stl_Logger
 
saveLocation() - Method in class com.jackmeng.stl.stl_Logger
 
saving - Variable in class com.jackmeng.stl.stl_Logger
 
scale(double) - Method in class com.jackmeng.stl.stl_Complex
 
scheduledFuture - Variable in class com.jackmeng.stl.stl_ControlledJPanel
 
screenHeight - Variable in class com.jackmeng.stl.stl_RayCaster
 
screenWidth - Variable in class com.jackmeng.stl.stl_RayCaster
 
search(int) - Method in class com.jackmeng.stl.stl_IntervalTree
 
search(stl_IntervalTree.Interval_Node, int, List<stl_Int_Interval>) - Method in class com.jackmeng.stl.stl_IntervalTree
 
second - Variable in class com.jackmeng.stl.stl_Struct.struct_Pair
 
second - Variable in class com.jackmeng.stl.stl_Struct.struct_Quad
 
second - Variable in class com.jackmeng.stl.stl_Struct.struct_Triple
 
second_ - Variable in class com.jackmeng.stl.stl_Struct.struct_NamedPair
 
seed - Variable in class com.jackmeng.stl.stl_HashFunction
 
sequence() - Method in class com.jackmeng.stl.stl_Commands.Commands_Fx
 
sequence() - Method in class com.jackmeng.stl.stl_Commands.Type_DYNAMIC
 
sequence() - Method in class com.jackmeng.stl.stl_Commands.Type_HYBRID
 
sequence() - Method in class com.jackmeng.stl.stl_Commands.Type_INFORMATIONAL
 
sequence() - Method in class com.jackmeng.stl.stl_Commands.Type_STATIC
 
set - Variable in class com.jackmeng.stl.stl_SlowSetQueue
 
set_dispatch_tempo(long) - Method in interface com.jackmeng.stl.stl_Loggable
 
setDeadband(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setDt(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setMaxErrorSum(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setMaxOutput(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setMinOutput(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setOnTargetCountMax(int) - Method in class com.jackmeng.stl.stl_PIDController
 
setOnTargetError(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setpoint - Variable in class com.jackmeng.stl.stl_PIDController
 
setSetpoint(double) - Method in class com.jackmeng.stl.stl_PIDController
 
setSize(int, int) - Method in class com.jackmeng.stl.stl_SwingBuffered2
 
setX(double) - Method in class com.jackmeng.stl.jlib.jlib_Point
Enables the user to specify a new coordinate for the X-value of this point
setY(double) - Method in class com.jackmeng.stl.jlib.jlib_Point
Enables the user to specify a new coordinate for the Y-value of this point
SHORT_VALUE - Static variable in class com.jackmeng.stl.types.Null_t
 
signpow(double, double) - Static method in class com.jackmeng.stl.stl_BlurHash.blurhash_base83
 
sin() - Method in class com.jackmeng.stl.stl_Complex
 
size - Variable in class com.jackmeng.stl.stl_HashFunction
 
size() - Method in class com.jackmeng.stl.stl_CircularList
 
size() - Method in class com.jackmeng.stl.stl_LazyQueue
 
size() - Method in class com.jackmeng.stl.stl_LooseList
 
size() - Method in class com.jackmeng.stl.stl_SlowSetQueue
 
slope(double, double) - Method in class com.jackmeng.stl.jlib.jlib_Point
This method performs a simple slope calculation between two points of type double If give points are in a vertical line (where x = 0), this method will attemp to return undefined However, a forced infinity check returns NaN if the given is a vertical line slope(4.3d, 5.0d);
slope(jlib_Point) - Method in class com.jackmeng.stl.jlib.jlib_Point
This method performs a simple slope calculation between two points of type double slope(new Point(4, 3));
smoothstep_Clamp(double, double, double, double) - Static method in class com.jackmeng.stl.stl_Maths
 
spline - Variable in class test.$master_test_stl_jm23891382.SplineDrawer
 
SplineDrawer(stl_Spline) - Constructor for class test.$master_test_stl_jm23891382.SplineDrawer
 
st - Variable in class com.jackmeng.stl.stl_In
 
start - Variable in class com.jackmeng.stl.stl_CircularBuffer
 
start() - Method in class com.jackmeng.stl.stl_SwingBuffered
 
startTime - Variable in class com.jackmeng.stl.stl_ControlledJPanel_2
 
STATIC_CONSUMER - com.jackmeng.stl.stl_Commands.Commands_Type
 
stl - Interface in com.jackmeng.stl
This class defines the constants for the library itself.
stl_Algos - Class in com.jackmeng.stl
A collection of algorithms implemented in Java.
stl_Algos() - Constructor for class com.jackmeng.stl.stl_Algos
 
stl_Algos.$freq_node_00 - Class in com.jackmeng.stl
 
stl_Algos.algos_Bias - Enum in com.jackmeng.stl
Bias -> Favor towards something.
stl_AnsiColors - Enum in com.jackmeng.stl
A constant enum for defining all common Ansi Colors and the ability to make custom ones.
stl_AnsiColors(String) - Constructor for enum com.jackmeng.stl.stl_AnsiColors
 
stl_AnsiMake - Class in com.jackmeng.stl
A helper class with concatting multiple instances of stl_AnsiColors to create a finalized colorized Ansi String.
stl_AnsiMake(stl_AnsiColors[], Object[]) - Constructor for class com.jackmeng.stl.stl_AnsiMake
Initializes with a set amount of colors to be appended.
stl_AnsiMake(stl_AnsiColors, Object) - Constructor for class com.jackmeng.stl.stl_AnsiMake
 
stl_ArrItr<T> - Class in com.jackmeng.stl
A simple transformer class for turning a regular array into an Iteratable type via Iterator.
stl_ArrItr(T[]) - Constructor for class com.jackmeng.stl.stl_ArrItr
 
stl_AssetFetcher - Class in com.jackmeng.stl
 
stl_AssetFetcher(stl_AssetFetcher.assetfetcher_FetcherStyle) - Constructor for class com.jackmeng.stl.stl_AssetFetcher
 
stl_AssetFetcher.assetfetcher_FetcherStyle - Enum in com.jackmeng.stl
 
STL_BASE - Static variable in interface com.jackmeng.stl.stl
Marks the numerical formatted version number.
stl_Bezier - Class in com.jackmeng.stl
 
stl_Bezier(List<Double>, int) - Constructor for class com.jackmeng.stl.stl_Bezier
 
stl_BloomFilterDS - Class in com.jackmeng.stl
 
stl_BloomFilterDS(int, int) - Constructor for class com.jackmeng.stl.stl_BloomFilterDS
 
stl_BlurHash - Class in com.jackmeng.stl
A blurring to hash implementation in Java
stl_BlurHash() - Constructor for class com.jackmeng.stl.stl_BlurHash
 
stl_BlurHash_2 - Class in com.jackmeng.stl
 
stl_BlurHash_2() - Constructor for class com.jackmeng.stl.stl_BlurHash_2
 
stl_BlurHash.blurhash_base83 - Class in com.jackmeng.stl
 
stl_Callback<T,​E> - Interface in com.jackmeng.stl
A functional callback.
stl_Chrono - Class in com.jackmeng.stl
A standard utility class for manipulating time
stl_Chrono() - Constructor for class com.jackmeng.stl.stl_Chrono
 
stl_CircularBuffer - Class in com.jackmeng.stl
 
stl_CircularBuffer() - Constructor for class com.jackmeng.stl.stl_CircularBuffer
 
stl_CircularBuffer(int) - Constructor for class com.jackmeng.stl.stl_CircularBuffer
 
stl_CircularList<T> - Class in com.jackmeng.stl
 
stl_CircularList() - Constructor for class com.jackmeng.stl.stl_CircularList
 
stl_CircularList.Node<T> - Class in com.jackmeng.stl
 
stl_Colors - Class in com.jackmeng.stl
 
stl_Colors() - Constructor for class com.jackmeng.stl.stl_Colors
 
stl_Commands - Class in com.jackmeng.stl
A simple class to help with parsing String[] args or String...
stl_Commands() - Constructor for class com.jackmeng.stl.stl_Commands
 
stl_Commands(Map<String, stl_Commands.Commands_Fx>) - Constructor for class com.jackmeng.stl.stl_Commands
 
stl_Commands.Commands_Fx - Class in com.jackmeng.stl
 
stl_Commands.Commands_Type - Enum in com.jackmeng.stl
 
stl_Commands.Type_DYNAMIC - Class in com.jackmeng.stl
 
stl_Commands.Type_HYBRID - Class in com.jackmeng.stl
 
stl_Commands.Type_INFORMATIONAL - Class in com.jackmeng.stl
 
stl_Commands.Type_STATIC - Class in com.jackmeng.stl
 
stl_Commons - Class in com.jackmeng.stl
 
stl_Commons() - Constructor for class com.jackmeng.stl.stl_Commons
 
stl_Commons.SysArch - Enum in com.jackmeng.stl
 
stl_Complex - Class in com.jackmeng.stl
 
stl_Complex(double, double) - Constructor for class com.jackmeng.stl.stl_Complex
 
stl_ConsumableList<T> - Class in com.jackmeng.stl
 
stl_ConsumableList() - Constructor for class com.jackmeng.stl.stl_ConsumableList
 
stl_ControlledJPanel - Class in com.jackmeng.stl
 
stl_ControlledJPanel(int) - Constructor for class com.jackmeng.stl.stl_ControlledJPanel
 
stl_ControlledJPanel_2 - Class in com.jackmeng.stl
 
stl_ControlledJPanel_2() - Constructor for class com.jackmeng.stl.stl_ControlledJPanel_2
 
stl_Crypto - Class in com.jackmeng.stl
 
stl_Crypto() - Constructor for class com.jackmeng.stl.stl_Crypto
 
stl_Curve - Interface in com.jackmeng.stl
 
stl_DisjointSet - Class in com.jackmeng.stl
 
stl_DisjointSet(int) - Constructor for class com.jackmeng.stl.stl_DisjointSet
 
stl_ErrCall - Interface in com.jackmeng.stl
A macro interface to represent an error accepting callback, which should be used for function inputs for when a certain operation goes wrong.
stl_EventCoalesces - Class in com.jackmeng.stl
 
stl_EventCoalesces(int, Runnable) - Constructor for class com.jackmeng.stl.stl_EventCoalesces
 
stl_EventQueue - Class in com.jackmeng.stl
 
stl_EventQueue() - Constructor for class com.jackmeng.stl.stl_EventQueue
 
stl_FFT - Class in com.jackmeng.stl
 
stl_FFT() - Constructor for class com.jackmeng.stl.stl_FFT
 
stl_Files - Class in com.jackmeng.stl
 
stl_Files() - Constructor for class com.jackmeng.stl.stl_Files
 
stl_FPS - Class in com.jackmeng.stl
This class is useful to represent FPS Calling FPS.interrupt() represents a new Frame has been drawn.
stl_FPS() - Constructor for class com.jackmeng.stl.stl_FPS
 
stl_Function<T,​R> - Interface in com.jackmeng.stl
 
stl_Function2<T1,​T2,​R> - Interface in com.jackmeng.stl
 
stl_HashFunction - Class in com.jackmeng.stl
 
stl_HashFunction(int) - Constructor for class com.jackmeng.stl.stl_HashFunction
 
stl_Images - Class in com.jackmeng.stl
 
stl_Images() - Constructor for class com.jackmeng.stl.stl_Images
 
stl_In - Class in com.jackmeng.stl
 
stl_In(InputStream) - Constructor for class com.jackmeng.stl.stl_In
 
stl_Int_Interval - Class in com.jackmeng.stl
 
stl_Int_Interval(int, int) - Constructor for class com.jackmeng.stl.stl_Int_Interval
 
stl_IntervalTree - Class in com.jackmeng.stl
 
stl_IntervalTree() - Constructor for class com.jackmeng.stl.stl_IntervalTree
 
stl_IntervalTree.Interval_Node - Class in com.jackmeng.stl
 
stl_KDTree - Class in com.jackmeng.stl
 
stl_KDTree(List<double[]>) - Constructor for class com.jackmeng.stl.stl_KDTree
 
stl_KDTree.KDNode - Class in com.jackmeng.stl
 
STL_LATEST_RELEASE - Static variable in interface com.jackmeng.stl.stl
Marks the latest release that took place when this library was used.
stl_LazyJComponent - Class in com.jackmeng.stl
 
stl_LazyJComponent() - Constructor for class com.jackmeng.stl.stl_LazyJComponent
 
stl_LazyJComponent.SubscriptionImpl - Class in com.jackmeng.stl
 
stl_LazyJPanel - Class in com.jackmeng.stl
 
stl_LazyJPanel() - Constructor for class com.jackmeng.stl.stl_LazyJPanel
 
stl_LazyQueue<T> - Class in com.jackmeng.stl
 
stl_LazyQueue() - Constructor for class com.jackmeng.stl.stl_LazyQueue
 
stl_Listener<E> - Interface in com.jackmeng.stl
 
stl_ListenerDeployable<A> - Interface in com.jackmeng.stl
 
stl_ListenerPool<T> - Class in com.jackmeng.stl
 
stl_ListenerPool(String) - Constructor for class com.jackmeng.stl.stl_ListenerPool
 
stl_Loggable - Interface in com.jackmeng.stl
 
stl_Logger - Class in com.jackmeng.stl
 
stl_Logger(String, long) - Constructor for class com.jackmeng.stl.stl_Logger
 
stl_Logger(String, String) - Constructor for class com.jackmeng.stl.stl_Logger
 
stl_Logger(String, String, long) - Constructor for class com.jackmeng.stl.stl_Logger
 
stl_Logger.Logger_DisableBehavior - Enum in com.jackmeng.stl
 
stl_LooseList<T> - Class in com.jackmeng.stl
 
stl_LooseList() - Constructor for class com.jackmeng.stl.stl_LooseList
 
stl_LooseList.looselist_Iterator<T> - Class in com.jackmeng.stl
 
stl_LRU_Cache<K,​V> - Class in com.jackmeng.stl
 
stl_LRU_Cache(int, int, int) - Constructor for class com.jackmeng.stl.stl_LRU_Cache
 
stl_LRU_Cache.Node<K,​V> - Class in com.jackmeng.stl
 
stl_Maths - Class in com.jackmeng.stl
 
stl_Maths() - Constructor for class com.jackmeng.stl.stl_Maths
 
stl_Monad<T> - Interface in com.jackmeng.stl
 
stl_Out - Class in com.jackmeng.stl
 
stl_Out() - Constructor for class com.jackmeng.stl.stl_Out
 
stl_OutputCache<I,​O> - Class in com.jackmeng.stl
 
stl_OutputCache(Function<I, O>) - Constructor for class com.jackmeng.stl.stl_OutputCache
 
stl_PIDController - Class in com.jackmeng.stl
 
stl_PIDController(double, double, double) - Constructor for class com.jackmeng.stl.stl_PIDController
 
stl_PoorWeakList<T> - Class in com.jackmeng.stl
 
stl_PoorWeakList() - Constructor for class com.jackmeng.stl.stl_PoorWeakList
 
stl_Populable<T> - Interface in com.jackmeng.stl
 
stl_Pt - Class in com.jackmeng.stl
 
stl_Pt(int, int) - Constructor for class com.jackmeng.stl.stl_Pt
 
stl_RayCaster - Class in com.jackmeng.stl
 
stl_RayCaster(int, int, double[], double, double, double[][]) - Constructor for class com.jackmeng.stl.stl_RayCaster
 
stl_SimpleCache<K,​V> - Class in com.jackmeng.stl
 
stl_SimpleCache(long, long) - Constructor for class com.jackmeng.stl.stl_SimpleCache
 
stl_SimpleCache.CacheEntry<T> - Class in com.jackmeng.stl
 
stl_SimpleCache.CleanupTask - Class in com.jackmeng.stl
 
stl_SimpleSampler<T> - Class in com.jackmeng.stl
 
stl_SimpleSampler(int, stl_Callback<Void, T>) - Constructor for class com.jackmeng.stl.stl_SimpleSampler
 
stl_SlowSetQueue<T> - Class in com.jackmeng.stl
 
stl_SlowSetQueue() - Constructor for class com.jackmeng.stl.stl_SlowSetQueue
 
stl_SNDCircular - Class in com.jackmeng.stl
 
stl_SNDCircular() - Constructor for class com.jackmeng.stl.stl_SNDCircular
 
stl_SNDCircular(int, stl_CircularBuffer) - Constructor for class com.jackmeng.stl.stl_SNDCircular
 
stl_Spline - Class in com.jackmeng.stl
 
stl_Spline(List<Double>, List<Double>) - Constructor for class com.jackmeng.stl.stl_Spline
 
stl_Str - Class in com.jackmeng.stl
 
stl_Str() - Constructor for class com.jackmeng.stl.stl_Str
 
stl_Struct - Class in com.jackmeng.stl
 
stl_Struct() - Constructor for class com.jackmeng.stl.stl_Struct
 
stl_Struct.struct_NamedPair<A,​B,​T> - Class in com.jackmeng.stl
 
stl_Struct.struct_Pair<A,​B> - Class in com.jackmeng.stl
 
stl_Struct.struct_Quad<A,​B,​C,​D> - Class in com.jackmeng.stl
 
stl_Struct.struct_Triple<A,​B,​C> - Class in com.jackmeng.stl
 
stl_SwingBuffered - Class in com.jackmeng.stl
 
stl_SwingBuffered() - Constructor for class com.jackmeng.stl.stl_SwingBuffered
 
stl_SwingBuffered.Drawable - Interface in com.jackmeng.stl
 
stl_SwingBuffered2 - Class in com.jackmeng.stl
 
stl_SwingBuffered2(int, int) - Constructor for class com.jackmeng.stl.stl_SwingBuffered2
 
stl_SwingBuffered2(JComponent) - Constructor for class com.jackmeng.stl.stl_SwingBuffered2
 
stl_SwingHelper - Class in com.jackmeng.stl
 
stl_SwingHelper() - Constructor for class com.jackmeng.stl.stl_SwingHelper
 
stl_SwingHelper.$rr_corner_border_01 - Class in com.jackmeng.stl
 
stl_Targets - Annotation Type in com.jackmeng.stl
A marker annotation that can be hooked up to a compiler reader to make sure that the correction function is called for the correct version.
STL_TIMER0 - Static variable in class com.jackmeng.stl.stl0
 
stl_type<T> - Interface in com.jackmeng.stl
Type base interface that is to be implemented by all custom defined Type interfaces or objects that are meant to be implemented with the standard type system.
stl_type.type_Numerical<E extends java.lang.Number> - Interface in com.jackmeng.stl
 
stl_UnitTC - Class in com.jackmeng.stl
 
stl_UnitTC(String, stl_Callback<?, ?>) - Constructor for class com.jackmeng.stl.stl_UnitTC
 
stl_UnitTC(String, stl_Callback<Object, ?>, Object) - Constructor for class com.jackmeng.stl.stl_UnitTC
 
stl_Vector2f - Class in com.jackmeng.stl
 
stl_Vector2f() - Constructor for class com.jackmeng.stl.stl_Vector2f
 
stl_Vector2f(float, float) - Constructor for class com.jackmeng.stl.stl_Vector2f
 
STL_VERSION - Static variable in interface com.jackmeng.stl.stl
Marks the library version in a pretty string.
stl_Wrap<T> - Class in com.jackmeng.stl
 
stl_Wrap(T) - Constructor for class com.jackmeng.stl.stl_Wrap
 
stl_ZipFileReader - Class in com.jackmeng.stl
 
stl_ZipFileReader(InputStream) - Constructor for class com.jackmeng.stl.stl_ZipFileReader
 
stl0 - Class in com.jackmeng.stl
Internal Library functions
stl0() - Constructor for class com.jackmeng.stl.stl0
 
stop() - Method in class com.jackmeng.stl.stl_LazyJComponent
 
stop() - Method in class com.jackmeng.stl.stl_SNDCircular
 
stop() - Method in class com.jackmeng.stl.stl_SwingBuffered
 
STRING_VALUE - Static variable in class com.jackmeng.stl.types.Null_t
 
strokeThickness - Variable in class com.jackmeng.stl.stl_SwingHelper.$rr_corner_border_01
 
STRONG - com.jackmeng.stl.stl_AssetFetcher.assetfetcher_FetcherStyle
 
struct_NamedPair(A, B, T, T) - Constructor for class com.jackmeng.stl.stl_Struct.struct_NamedPair
 
struct_Pair(A, B) - Constructor for class com.jackmeng.stl.stl_Struct.struct_Pair
 
struct_Quad(A, B, C, D) - Constructor for class com.jackmeng.stl.stl_Struct.struct_Quad
 
struct_Triple(A, B, C) - Constructor for class com.jackmeng.stl.stl_Struct.struct_Triple
 
sub(stl_Vector2f) - Method in class com.jackmeng.stl.stl_Vector2f
 
subscription - Variable in class com.jackmeng.stl.stl_LazyJComponent
 
SubscriptionImpl() - Constructor for class com.jackmeng.stl.stl_LazyJComponent.SubscriptionImpl
 
swap(T[], int, int) - Static method in class com.jackmeng.stl.stl_Algos
Generic Swap Element in array based on indices.
sync() - Method in class com.jackmeng.stl.stl_LazyJPanel
 
sys_bitness() - Static method in class com.jackmeng.stl.stl_Commons
 
SysArch() - Constructor for enum com.jackmeng.stl.stl_Commons.SysArch
 
sz - Variable in class com.jackmeng.stl.stl_CircularBuffer
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes|All Packages