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 

S

S - Static variable in class propel.core.common.CONSTANT
The S letter
s - Static variable in class propel.core.common.CONSTANT
The s letter
ScanDepthMode - Enum in propel.core.utils
The scan depth mode indicates whether a shallow scan is to be performed, or a deep scan.
ScanErrorEntry - Class in propel.core.utils
POCO used for collection of errors during scanning
ScanErrorEntry() - Constructor for class propel.core.utils.ScanErrorEntry
Default constructor
ScanErrorEntry(String, Throwable) - Constructor for class propel.core.utils.ScanErrorEntry
Conversion constructor
ScanFailMode - Enum in propel.core.utils
How to react in case of an exception upon accessing or processing a filesystem path.
ScanHiddenMode - Enum in propel.core.utils
Used to specified whether hidden files are included in scan results or not
ScanInclusionMode - Enum in propel.core.utils
Whether to include in results files only, directories only or both files and directories.
scanPath(String, ScanInclusionMode, ScanHiddenMode, ScanDepthMode, ScanSortMode, ScanFailMode) - Static method in class propel.core.utils.FileUtils
Scans a directory path for files and folders, using the specified configuration.
scanPath(String, ScanInclusionMode, ScanHiddenMode, ScanDepthMode, ScanSortMode, ScanFailMode, List<ScanErrorEntry>) - Static method in class propel.core.utils.FileUtils
Scans a directory path for files and folders, using the specified configuration.
ScanSortMode - Enum in propel.core.utils
The file/folder sort mode.
SECTION - Static variable in class propel.core.common.CONSTANT
The section String "§"
SECTION_CHAR - Static variable in class propel.core.common.CONSTANT
The section char '§'
select(Iterable<TSource>, Functions.Function1<? super TSource, TResult>) - Static method in class propel.core.utils.Linq
Acts as a Select LINQ function.
select(TSource[], Functions.Function1<TSource, TResult>) - Static method in class propel.core.utils.Linq
Acts as a Select LINQ function.
selectMany(Iterable<TSource>, Functions.Function1<? super TSource, List<TResult>>) - Static method in class propel.core.utils.Linq
Acts as a SelectMany LINQ function, to allow selection of iterables and return all their sub-items.
selectMany(TSource[], Functions.Function1<TSource, ReifiedList<TResult>>) - Static method in class propel.core.utils.Linq
Acts as a SelectMany LINQ function, to allow selection of iterables and return all their sub-items.
SEMICOLON - Static variable in class propel.core.common.CONSTANT
The semicolon String ";"
SEMICOLON_CHAR - Static variable in class propel.core.common.CONSTANT
The semicolon char ';'
sequenceEqual(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Returns true if the byte sequences within two arrays are equal.
sequenceEqual(byte[], int, byte[], int, int) - Static method in class propel.core.utils.ByteArrayUtils
Returns true if the byte sequences within two arrays are equal
sequenceEqual(Iterable<? super T>, Iterable<T>) - Static method in class propel.core.utils.Linq
Returns true if both iterables have the same values in the exact same positions.
sequenceEqual(List<T>, int, List<T>, int, int) - Static method in class propel.core.utils.Linq
Returns true if the item sequences within two arrays are equal.
sequenceEqual(T[], T[]) - Static method in class propel.core.utils.Linq
Returns true if both iterables have the same values in the exact same positions.
sequenceEqual(T[], int, T[], int, int) - Static method in class propel.core.utils.Linq
Returns true if the item sequences within two arrays are equal.
sequenceEqual(char[], char[]) - Static method in class propel.core.utils.StringUtils
Returns true if two character sequences are equal
sequenceEqual(char[], int, char[], int, int) - Static method in class propel.core.utils.StringUtils
Returns true if two character sequences are equal
set(T) - Method in class propel.core.collections.arrays.ReadOnlyArrayIterator
Deprecated.
set(int, T) - Method in class propel.core.collections.arrays.ReifiedArray
Sets an element at a specified position.
set(T) - Method in class propel.core.collections.lists.ReadOnlyListIterator
Deprecated.
set(int, T) - Method in class propel.core.collections.lists.ReifiedArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, T) - Method in class propel.core.collections.lists.SharedList
Replaces the element at the specified position in this list with the specified element.
set(T) - Method in class propel.core.functional.closure.ClosureVariableWrapper
Sets the item
set(T) - Method in class propel.core.functional.closure.SharedClosureVariableWrapper
Sets the item
set(T) - Method in class propel.core.initialisation.Frozen
Sets the object, if it has not already been set.
set(T) - Method in class propel.core.threading.primitives.SharedData
Sets the value of the protected object
set() - Method in class propel.core.threading.primitives.SharedFlag
Sets the value of the flag.
setAllowedChars(Iterable<Character>) - Method in class propel.core.validation.propertyMetadata.EncodedStringPropertyMetadata
 
setCurrentValue(String) - Method in class propel.core.userTypes.BigInteger
 
setCurrentValue(String) - Method in class propel.core.userTypes.Int128
Sets the current value in base 10
setDefaultAction(Actions.Action1<T>) - Method in class propel.core.utils.Matcher
Sets the action that generates a default result, if there are no matches.
setDefaultFunction(Functions.Function1<T, TResult>) - Method in class propel.core.utils.Matcher
Sets the function that generates a default result, if there are no matches.
setDefaultThrow(Throwable) - Method in class propel.core.utils.Matcher
Convenience method for throwing a specified exception type and message, if there are no matches to the matcher's input
setDefaultThrowDetailed(Throwable) - Method in class propel.core.utils.Matcher
Convenience method for throwing a specified exception type and message, if there are no matches to the matcher's input, with the input's toString() representation being appended to the exception message.
setDisallowedChars(Iterable<Character>) - Method in class propel.core.validation.propertyMetadata.RestrictedStringPropertyMetadata
 
setDisallowedEndChars(Iterable<Character>) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesStringPropertyMetadata
 
setDisallowedStartChars(Iterable<Character>) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesStringPropertyMetadata
 
setDomainPartPropMeta(DomainPropertyMetadata) - Method in class propel.core.validation.propertyMetadata.EmailPropertyMetadata
 
setEnv(String, String) - Static method in class propel.core.utils.EnvironmentUtils
Overwrites an environment variable for this JVM, returning the old value
setEnv(Map<String, String>) - Static method in class propel.core.utils.EnvironmentUtils
Replaces the environment variables map with the provided one
setError(Throwable) - Method in class propel.core.utils.ScanErrorEntry
 
setIpv4PropMeta(IpV4AddressPropertyMetadata) - Method in class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
 
setIpv6PropMeta(IpV6AddressPropertyMetadata) - Method in class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
 
setLocalPartOnlyAllowed(boolean) - Method in class propel.core.validation.propertyMetadata.EmailPropertyMetadata
 
setLocalPartPropMeta(EmailLocalPartPropertyMetadata) - Method in class propel.core.validation.propertyMetadata.EmailPropertyMetadata
 
setMaxLength(int) - Method in class propel.core.validation.propertyMetadata.StringPropertyMetadata
 
setMaxValue(T) - Method in class propel.core.validation.propertyMetadata.BoundedValueTypePropertyMetadata
 
setMaxValue(DateTime) - Method in class propel.core.validation.propertyMetadata.DateTimePropertyMetadata
 
setMaxValue(Duration) - Method in class propel.core.validation.propertyMetadata.DurationPropertyMetadata
 
setMaxValue(LocalDateTime) - Method in class propel.core.validation.propertyMetadata.LocalDateTimePropertyMetadata
 
setMaxValue(Period) - Method in class propel.core.validation.propertyMetadata.PeriodPropertyMetadata
 
setMinLength(int) - Method in class propel.core.validation.propertyMetadata.StringPropertyMetadata
 
setMinValue(T) - Method in class propel.core.validation.propertyMetadata.BoundedValueTypePropertyMetadata
 
setMinValue(DateTime) - Method in class propel.core.validation.propertyMetadata.DateTimePropertyMetadata
 
setMinValue(Duration) - Method in class propel.core.validation.propertyMetadata.DurationPropertyMetadata
 
setMinValue(LocalDateTime) - Method in class propel.core.validation.propertyMetadata.LocalDateTimePropertyMetadata
 
setMinValue(Period) - Method in class propel.core.validation.propertyMetadata.PeriodPropertyMetadata
 
setName(String) - Method in class propel.core.validation.propertyMetadata.AbstractPropertyMetadata
 
setNoNullChars(boolean) - Method in class propel.core.validation.propertyMetadata.StringPropertyMetadata
 
setNonZero(boolean) - Method in class propel.core.validation.propertyMetadata.UUIDPropertyMetadata
 
setNotEmpty(boolean) - Method in class propel.core.validation.propertyMetadata.StringPropertyMetadata
 
setNotNull(boolean) - Method in class propel.core.validation.propertyMetadata.NullablePropertyMetadata
 
setNotNullChar(boolean) - Method in class propel.core.validation.propertyMetadata.CharPropertyMetadata
 
setNoUnicodeChars(boolean) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStringPropertyMetadata
 
setOnlyAsciiPrintableCharsAllowed(boolean) - Method in class propel.core.validation.propertyMetadata.ParsedStringPropertyMetadata
 
setPath(String) - Method in class propel.core.utils.ScanErrorEntry
 
setSubDomainPropMeta(SubDomainPropertyMetadata) - Method in class propel.core.validation.propertyMetadata.DomainPropertyMetadata
 
SEVEN - Static variable in class propel.core.common.CONSTANT
The 7 number
SharedAvlHashtable<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
A type-aware thread-safe AVL-tree-backed hashtable.
SharedAvlHashtable() - Constructor for class propel.core.collections.maps.avl.SharedAvlHashtable
Default constructor
SharedAvlHashtable(Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.avl.SharedAvlHashtable
Constructor for initializing with the key/value generic type parameters
SharedAvlHashtable(ReifiedMap<TKey, TValue>) - Constructor for class propel.core.collections.maps.avl.SharedAvlHashtable
Constructor initializes with another reified map
SharedAvlHashtable(Map<? extends TKey, ? extends TValue>) - Constructor for class propel.core.collections.maps.avl.SharedAvlHashtable
Constructor initializes from another map
SharedAvlHashtable(Map<? extends TKey, ? extends TValue>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.avl.SharedAvlHashtable
Constructor initializes from another map and the list-map's key/value generic type parameters
SharedAvlTreeSet<T extends java.lang.Comparable<T>> - Class in propel.core.collections.sets
A thread-safe type-aware AVL-tree-backed set.
SharedAvlTreeSet() - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Default constructor
SharedAvlTreeSet(Class<?>) - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Constructor for initializing with the generic type parameter
SharedAvlTreeSet(ReifiedIterable<T>) - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Constructor initializes from another reified collection
SharedAvlTreeSet(Iterable<? extends T>) - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Constructor initializes with an initial collection and this class's generic type parameter
SharedAvlTreeSet(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Constructor initializes with an initial collection and this class's generic type parameter
SharedAvlTreeSet(T[]) - Constructor for class propel.core.collections.sets.SharedAvlTreeSet
Constructor initializes with an array
SharedBiMap<TKey extends java.lang.Comparable<TKey>,TValue extends java.lang.Comparable<TValue>> - Class in propel.core.collections.maps.bi
Deprecated.
SharedBiMap() - Constructor for class propel.core.collections.maps.bi.SharedBiMap
Deprecated.
 
SharedBuffer<T> - Class in propel.core.collections.buffers
A type-aware thread-safe limited size circular buffer.
SharedBuffer() - Constructor for class propel.core.collections.buffers.SharedBuffer
Default constructor.
SharedBuffer(Class<?>) - Constructor for class propel.core.collections.buffers.SharedBuffer
Constructor for initializing with the generic type parameter
SharedBuffer(int) - Constructor for class propel.core.collections.buffers.SharedBuffer
Initializes the buffer with a buffer size.
SharedBuffer(int, Class<?>) - Constructor for class propel.core.collections.buffers.SharedBuffer
Constructor initializes with a buffer size and a generic type parameter.
SharedBuffer(ReifiedIterable<T>) - Constructor for class propel.core.collections.buffers.SharedBuffer
Constructor initializes from another reified collection
SharedBuffer(Iterable<? extends T>) - Constructor for class propel.core.collections.buffers.SharedBuffer
Constructor initializes from another collection
SharedBuffer(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.buffers.SharedBuffer
Constructor initializes from another collection and a generic type parameter
SharedClosureVariableWrapper<T> - Class in propel.core.functional.closure
A thread-safe object wrapper that can be used for capturing values used across multiple closure constructs e.g.
SharedClosureVariableWrapper(T) - Constructor for class propel.core.functional.closure.SharedClosureVariableWrapper
Initializes with the encapsulated item.
SharedClosureVariableWrapper(T, Class<?>) - Constructor for class propel.core.functional.closure.SharedClosureVariableWrapper
Initializes with the encapsulated item.
SharedData<T> - Class in propel.core.threading.primitives
Generic class allowing for easy reader/writer access to an object.
SharedData(T) - Constructor for class propel.core.threading.primitives.SharedData
Initializes the class with the protected object.
SharedFixedSizeLongBuffer - Class in propel.core.collections.buffers.primitive
Thread-safe class implementing a fixed-size buffer of Long primitives.
SharedFixedSizeLongBuffer(long[]) - Constructor for class propel.core.collections.buffers.primitive.SharedFixedSizeLongBuffer
Constructor, initialises with the buffer holding initial values
SharedFlag - Class in propel.core.threading.primitives
Lightweight synchronisation primitive.
SharedFlag() - Constructor for class propel.core.threading.primitives.SharedFlag
Default constructor.
SharedFlag(boolean) - Constructor for class propel.core.threading.primitives.SharedFlag
Constructor allowing for flag to be started of as set or not set.
SharedList<T> - Class in propel.core.collections.lists
An type-aware array-backed thread-safe list.
SharedList() - Constructor for class propel.core.collections.lists.SharedList
Default constructor
SharedList(Class<?>) - Constructor for class propel.core.collections.lists.SharedList
Constructor for initializing with the generic type parameter
SharedList(int) - Constructor for class propel.core.collections.lists.SharedList
Constructor initializes with an initial collection size.
SharedList(int, Class<?>) - Constructor for class propel.core.collections.lists.SharedList
Constructor initializes with an initial collection size and a generic type parameter.
SharedList(ReifiedIterable<T>) - Constructor for class propel.core.collections.lists.SharedList
Constructor initializes from another reified collection
SharedList(Iterable<? extends T>) - Constructor for class propel.core.collections.lists.SharedList
Constructor initializes with an initial collection and this class's generic type parameter
SharedList(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.lists.SharedList
Constructor initializes with an initial collection and this class's generic type parameter
SharedList(T[]) - Constructor for class propel.core.collections.lists.SharedList
Initializes with an array.
SharedMapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> - Class in propel.core.collections.maps.multi
A type-aware thread-safe implementation of a Map of Maps.
SharedMapMultimap() - Constructor for class propel.core.collections.maps.multi.SharedMapMultimap
Default constructor
SharedMapMultimap(Class<?>, Class<?>, Class<?>) - Constructor for class propel.core.collections.maps.multi.SharedMapMultimap
Constructor initializes with generic type parameters.
SharedModuloCounter - Class in propel.core.counters
Thread-safe class using Monitors to provide modulo counter functionality.
SharedModuloCounter(long) - Constructor for class propel.core.counters.SharedModuloCounter
Initializes a new instance of the class.
SharedModuloCounter(long, long) - Constructor for class propel.core.counters.SharedModuloCounter
Initializes a new instance of the class.
SharedModuloCounterLight - Class in propel.core.counters
Thread-safe class using AtomicLong to provide modulo counter functionality.
SharedModuloCounterLight(long) - Constructor for class propel.core.counters.SharedModuloCounterLight
Initializes counter with a specified maximum value.
SharedModuloCounterLight(long, long) - Constructor for class propel.core.counters.SharedModuloCounterLight
Initializes counter with a specified maximum value and minimum value.
SharedModuloIndexer - Class in propel.core.counters
Thread-safe class using Monitors to provide array indexing functionality.
SharedModuloIndexer(int) - Constructor for class propel.core.counters.SharedModuloIndexer
Initializes indexer with a specified length
SharedModuloIndexer(int, int) - Constructor for class propel.core.counters.SharedModuloIndexer
Initializes indexer with a starting and the length
SharedModuloIndexerLight - Class in propel.core.counters
Thread-safe class using AtomicInteger to provide array indexing functionality.
SharedModuloIndexerLight(int) - Constructor for class propel.core.counters.SharedModuloIndexerLight
Initializes indexer with a specified length
SharedModuloIndexerLight(int, int) - Constructor for class propel.core.counters.SharedModuloIndexerLight
Initializes indexer with a starting and the length
SharedQueue<T> - Class in propel.core.collections.queues
A type-aware thread-safe queue implementation.
SharedQueue() - Constructor for class propel.core.collections.queues.SharedQueue
Default constructor.
SharedQueue(Class<?>) - Constructor for class propel.core.collections.queues.SharedQueue
Constructor for initializing with the generic type parameter
SharedQueue(ReifiedIterable<T>) - Constructor for class propel.core.collections.queues.SharedQueue
Constructor initializes from another reified collection
SharedQueue(Iterable<? extends T>) - Constructor for class propel.core.collections.queues.SharedQueue
Constructor initializes with an initial collection and this class's generic type parameter
SharedQueue(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.queues.SharedQueue
Constructor initializes with an initial collection and this class's generic type parameter
SharedQueue(T[]) - Constructor for class propel.core.collections.queues.SharedQueue
Initializes with an array.
SharedStack<T> - Class in propel.core.collections.stacks
A shared stack for use by multiple threads.
SharedStack() - Constructor for class propel.core.collections.stacks.SharedStack
Default constructor.
SharedStack(Class<?>) - Constructor for class propel.core.collections.stacks.SharedStack
Constructor for initializing with the generic type parameter
SharedStack(ReifiedIterable<T>) - Constructor for class propel.core.collections.stacks.SharedStack
Constructor initializes from another reified collection
SharedStack(Iterable<? extends T>) - Constructor for class propel.core.collections.stacks.SharedStack
Constructor initializes with an initial collection and this class's generic type parameter
SharedStack(Iterable<? extends T>, Class<?>) - Constructor for class propel.core.collections.stacks.SharedStack
Constructor initializes with an initial collection and this class's generic type parameter
SharedStack(T[]) - Constructor for class propel.core.collections.stacks.SharedStack
Initializes with an array.
shiftLeft(byte[], int) - Static method in class propel.core.utils.ByteArrayUtils
Obfuscation-oriented byte shifting function, shifts individual bytes left, does not check for or handles overflow.
shiftRight(byte[], int) - Static method in class propel.core.utils.ByteArrayUtils
Obfuscation-oriented byte shifting function, shifts individual bytes right, does not check for or handles overflow.
shortValue() - Method in class propel.core.userTypes.Int128
shortValue() - Method in class propel.core.userTypes.SignedByte
shortValue() - Method in class propel.core.userTypes.UnsignedByte
shortValue() - Method in class propel.core.userTypes.UnsignedInteger
shortValue() - Method in class propel.core.userTypes.UnsignedLong
shortValue() - Method in class propel.core.userTypes.UnsignedShort
SHOULD_BE_EXACTLY - Static variable in class propel.core.validation.propertyMetadata.StringPropertyMetadata
Error message when sequence is too long
SHOULD_BE_LONGER - Static variable in class propel.core.validation.propertyMetadata.StringPropertyMetadata
Error message when sequence is too short
SHOULD_BE_SHORTER - Static variable in class propel.core.validation.propertyMetadata.StringPropertyMetadata
Error message when sequence is too long
SHOULD_NOT_BE_EMPTY - Static variable in class propel.core.validation.propertyMetadata.StringPropertyMetadata
Error message when sequence is empty
SHOULD_NOT_BE_GREATER_THAN - Static variable in class propel.core.validation.propertyMetadata.BoundedValueTypePropertyMetadata
Error message when a value is too high
SHOULD_NOT_BE_LESS_THAN - Static variable in class propel.core.validation.propertyMetadata.BoundedValueTypePropertyMetadata
Error message when a value is too low
SHOULD_NOT_BE_NULL - Static variable in class propel.core.validation.propertyMetadata.NullablePropertyMetadata
Error message for null
SHOULD_NOT_BE_NULL_CHAR - Static variable in class propel.core.validation.propertyMetadata.CharPropertyMetadata
Error message for null character
SHOULD_NOT_BE_ZERO_GUID - Static variable in class propel.core.validation.propertyMetadata.UUIDPropertyMetadata
Error message for empty UUID
SHOULD_NOT_CONTAIN_NULL_CHARS - Static variable in class propel.core.validation.propertyMetadata.StringPropertyMetadata
Error message when null chars are contained
SignedByte - Class in propel.core.userTypes
Signed byte data type
SignedByte() - Constructor for class propel.core.userTypes.SignedByte
Initializes with the value 0
SignedByte(String) - Constructor for class propel.core.userTypes.SignedByte
Initializes with a string value.
SignedByte(short) - Constructor for class propel.core.userTypes.SignedByte
Initializes with a primitive number type
SignedByte(BigInteger) - Constructor for class propel.core.userTypes.SignedByte
Initializes with a BigInteger type
SignedByte(SignedByte) - Constructor for class propel.core.userTypes.SignedByte
Initializes with another signed byte
single(T[]) - Static method in class propel.core.utils.Linq
Throws an exception if the given Iterable does not have a single element (e.g.
single(Iterable<T>) - Static method in class propel.core.utils.Linq
Throws an exception if the given Iterable does not have a single element (e.g.
SINGLE_QUOTE - Static variable in class propel.core.common.CONSTANT
The single quote String "'"
SINGLE_QUOTE_CHAR - Static variable in class propel.core.common.CONSTANT
The single quote char '
SingleInitGuard - Class in propel.core.initialisation
Thread-safe lock-free guard, allows components to check whether they have initialised prior to being used.
SingleInitGuard(Class<?>) - Constructor for class propel.core.initialisation.SingleInitGuard
Constructor initialises with the owner of this guard
SingleInitGuard(String) - Constructor for class propel.core.initialisation.SingleInitGuard
Constructor initialises with the name of the owner of this guard
SinglePropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of floats
SinglePropertyMetadata(String, float, float) - Constructor for class propel.core.validation.propertyMetadata.SinglePropertyMetadata
Constructor initializing with a min and a max value
SinglePropertyMetadata(String, Float, Float, boolean) - Constructor for class propel.core.validation.propertyMetadata.SinglePropertyMetadata
Constructor initializing with a min and a max value
SIX - Static variable in class propel.core.common.CONSTANT
The 6 number
size() - Method in class propel.core.collections.buffers.CircularBuffer
Returns the size of the Buffer.
size() - Method in interface propel.core.collections.buffers.IBuffer
Returns the size of the buffer
size() - Method in class propel.core.collections.buffers.LRUBuffer
Returns the size of the Buffer.
size() - Method in class propel.core.collections.buffers.SharedBuffer
Returns the size of the Buffer.
size() - Method in interface propel.core.collections.IKeyValueStore
Returns the collection size
size() - Method in interface propel.core.collections.IValueStore
Returns the collection size
size() - Method in class propel.core.collections.lists.ReifiedArrayList
 
size() - Method in class propel.core.collections.lists.SharedList
size() - Method in class propel.core.collections.maps.avl.AvlHashtable
Gets the number of key/value pairs contained in the AVL hashtable.
size() - Method in class propel.core.collections.maps.avl.KeyCollection
Returns the size of the collection.
size() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
Returns the size of the AVL hashtable.
size() - Method in class propel.core.collections.maps.avl.ValueCollection
This is an O(1) operation.
size() - Method in class propel.core.collections.maps.bi.AvlBiMap
Returns the number of items.
size() - Method in interface propel.core.collections.maps.bi.IBiMap
Returns the number of keys
size() - Method in class propel.core.collections.maps.combinational.AvlTreeList
Returns the number of elements in the collection.
size() - Method in interface propel.core.collections.maps.combinational.IListMap
Returns the number of elements in the collection.
size() - Method in class propel.core.collections.maps.combinational.ListMap
Returns the collection size.
size() - Method in interface propel.core.collections.maps.data.IMapData
The key/value count
size() - Method in class propel.core.collections.maps.data.MapData
The key/value count
size() - Method in interface propel.core.collections.maps.IHashtable
Gets the number of key/value pairs contained.
size() - Method in interface propel.core.collections.maps.ISharedHashtable
Returns size of hashtable
size(T) - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns the size of a sub-map
size() - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the T,K,V tuple size that is returned when iterating over this multimap
size(T) - Method in class propel.core.collections.maps.multi.MapMultimap
Returns the size of a sub-map
size() - Method in interface propel.core.collections.maps.multi.ReifiedMultimap
Returns the T,K,V tuple size that is returned when iterating over this multimap
size() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the T,K,V tuple size that is returned when iterating over this multimap
size(T) - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns the size of a sub-map
size() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
Returns the number of key/value pairs
size() - Method in class propel.core.collections.maps.primitive.LongHashMap
Returns the number of key/value pairs
size() - Method in interface propel.core.collections.maps.ReifiedMap
Returns the count of the map keys/value pairs
size() - Method in interface propel.core.collections.queues.ISharedQueue
Returns the queue length
size() - Method in class propel.core.collections.queues.SharedQueue
Returns the queue length.
size() - Method in class propel.core.collections.sets.AvlTreeSet
Returns the collection size.
size() - Method in class propel.core.collections.sets.SharedAvlTreeSet
Returns the collection size.
size() - Method in interface propel.core.collections.stacks.ISharedStack
Returns the queue length
size() - Method in class propel.core.collections.stacks.SharedStack
Returns the queue length.
size() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
Returns the collection size, volatile value.
size() - Method in class propel.core.collections.volatiles.ValueSessionStore
Returns the collection size, volatile value.
skip(Iterable<T>, int) - Static method in class propel.core.utils.Linq
Skips up to the specified number of elements in the given sequence.
skip(T[], int) - Static method in class propel.core.utils.Linq
Skips up to the specified number of elements in the given sequence.
skipBytes(InputStream, int) - Static method in class propel.core.utils.StreamUtils
Blocks until a specified amount of bytes is read from a stream.
skipCharacters(InputStream, int) - Static method in class propel.core.utils.StreamUtils
Skips a specified number of characters from byte-stream, using UTF8 to convert bytes into characters.
skipCharacters(InputStream, int, Charset) - Static method in class propel.core.utils.StreamUtils
Skips a specified number of characters from the byte-stream, using the specified encoding to convert bytes into characters.
skipCharacters(Reader, int) - Static method in class propel.core.utils.StreamUtils
Skips a specified number of characters from the stream
skipCommitStep() - Method in interface propel.core.transactional.ITransactionManager
Skips the next commit step.
skipCommitStep() - Method in class propel.core.transactional.TransactionManager
Skips the next commit step.
skipRollbackStep() - Method in interface propel.core.transactional.ITransactionManager
Skips the next rollback step.
skipRollbackStep() - Method in class propel.core.transactional.TransactionManager
Skips the next rollback step.
skipUntil(InputStream, char) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified character is encountered and all characters read until then from the UTF8-encoded byte-stream are skipped.
skipUntil(InputStream, char, Charset) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified character is encountered and all characters read until then from the byte-stream are skipped.
skipUntil(InputStream, String) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified string of characters is encountered and all characters read until then from the byte-stream are skipped.
skipUntil(InputStream, String, Charset) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified string of characters is encountered and all characters read until then from the UTF8-encoded byte-stream are skipped.
skipUntil(InputStream, byte) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified byte is encountered and all bytes read until then are skipped.
skipUntil(InputStream, byte[]) - Static method in class propel.core.utils.StreamUtils
Blocks until the specified byte sequence is encountered and all bytes read until then are skipped.
skipUntil(Reader, char) - Static method in class propel.core.utils.StreamUtils
Skips characters in the stream until the specified character is read
skipUntil(Reader, String) - Static method in class propel.core.utils.StreamUtils
Skips characters in the stream until the specified string is read
skipWhile(Iterable<T>, Predicates.Predicate1<? super T>) - Static method in class propel.core.utils.Linq
Skips items in the sequence for which a predicate is true, returning the rest.
skipWhile(T[], Predicates.Predicate1<T>) - Static method in class propel.core.utils.Linq
Skips items in the sequence for which a predicate is true, returning the rest.
sleep(int, TimeUnit) - Static method in class propel.core.utils.ThreadUtils
Puts the thread to the sleep state, for the specified time interval, unless an interrupt makes it runnable again
sort(List<T>) - Static method in class propel.core.utils.Linq
Sorts a list
sort(List<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Sorts a list
sort(Iterable<T>) - Static method in class propel.core.utils.Linq
Sorts a sequence.
sort(ReifiedIterable<T>) - Static method in class propel.core.utils.Linq
Sorts a sequence.
sort(Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Sorts a sequence.
SortedList<T extends java.lang.Comparable<T>> - Class in propel.core.collections.lists
A type-aware sorted list of comparable elements.
SortedList() - Constructor for class propel.core.collections.lists.SortedList
Default constructor
SortedList(Class<?>) - Constructor for class propel.core.collections.lists.SortedList
Constructor for initializing with the generic type parameter
SortedList(int) - Constructor for class propel.core.collections.lists.SortedList
Constructor initializes with an initial collection size.
SortedList(int, Class<?>) - Constructor for class propel.core.collections.lists.SortedList
Constructor initializes with an initial collection size and a generic type parameter.
SortedList(Comparator<? super T>, Class<?>) - Constructor for class propel.core.collections.lists.SortedList
Constructor for initializing with the generic type parameter
SortedList(Comparator<? super T>, int) - Constructor for class propel.core.collections.lists.SortedList
Constructor initializes with an initial collection size.
SortedList(int, Comparator<? super T>, Class<?>) - Constructor for class propel.core.collections.lists.SortedList
Constructor initializes with an initial collection size and a generic type parameter.
split(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Splits a byte array into parts using the given separator.
split(byte[], byte[], StringSplitOptions) - Static method in class propel.core.utils.ByteArrayUtils
Splits a byte array into parts using the given separator.
split(byte[], byte) - Static method in class propel.core.utils.ByteArrayUtils
Splits a byte array into parts using the given separator
split(Iterable<? extends T>, T) - Static method in class propel.core.utils.Linq
Splits a sequence into parts delimited by the specified delimited.
split(T[], T) - Static method in class propel.core.utils.Linq
Splits a sequence into parts delimited by the specified delimited.
split(Iterable<T>, T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Splits a sequence into parts delimited by the specified delimited.
split(T[], T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
Splits a sequence into parts delimited by the specified delimited.
split(char[], char) - Static method in class propel.core.utils.StringUtils
Splits a sequence into parts delimited by the specified delimited.
split(String, char) - Static method in class propel.core.utils.StringUtils
Splits a string, using StringSplitOptions.RemoveEmptyEntries.
split(String, char, StringSplitOptions) - Static method in class propel.core.utils.StringUtils
Splits a string using the specified split option.
split(String, char[], StringSplitOptions) - Static method in class propel.core.utils.StringUtils
Returns a string array that contains the substrings of the text instance that are delimited by elements of a specified Unicode character array.
split(String, String) - Static method in class propel.core.utils.StringUtils
Splits a string, using StringSplitOptions.RemoveEmptyEntries.
split(String, String, StringSplitOptions) - Static method in class propel.core.utils.StringUtils
Splits a string using the specified split option.
split(String, String[], StringSplitOptions) - Static method in class propel.core.utils.StringUtils
Returns a string array that contains the substrings of the text instance that are delimited by elements provided in the specified Unicode string array.
splitAnchor(String, Iterable<String>) - Static method in class propel.core.utils.StringUtils
Splits a string by finding consecutive 'tags' i.e.
splitAnchor(String, String[]) - Static method in class propel.core.utils.StringUtils
Splits a string by finding consecutive 'tags' i.e.
SQUARED - Static variable in class propel.core.common.CONSTANT
The squared String "²"
SQUARED_CHAR - Static variable in class propel.core.common.CONSTANT
The squared char '²'
STACKTRACE_LOGGER_MAX_STACKFRAMES - Static variable in class propel.core.configuration.ConfigurableConsts
The number of stack frames to show when ABBREVIATED stack trace logging is used
StackTraceLevel - Enum in propel.core.common
 
StackTraceLogger - Class in propel.core.common
Wraps around a Throwable and can retrieve its stacktrace, use the toString() method for this.
StackTraceLogger(Throwable) - Constructor for class propel.core.common.StackTraceLogger
Constructor, initialises with a Throwable
StackTraceLogger(Throwable, StackTraceLevel) - Constructor for class propel.core.common.StackTraceLogger
Constructor, initialises with a Throwable
STANDARD_FORMATTERS - Static variable in class propel.core.utils.StringUtils
ISO standard date/time formatters (composite class)
start() - Method in class propel.core.tracing.Stopwatch
Starts the stop watch.
startNew() - Static method in class propel.core.tracing.Stopwatch
Static instance creation method, returns a new started stopwatch
startsWith(String) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() starts with a prefix
startsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
Predicate returning true when the function argument's toString() starts with a prefix
startsWith(String) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument starts with a prefix
startsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
Predicate returning true when the function argument starts with a prefix
startsWith(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
Returns true if the given byte sequence in data starts with the bytes found in value.
startsWith(String, char) - Static method in class propel.core.utils.StringUtils
Returns true if the value starts with a prefix.
startsWith(String, String) - Static method in class propel.core.utils.StringUtils
Returns true if a value starts with a prefix.
startsWith(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
Returns true if a value starts with a prefix.
startsWith(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
Returns true if a value starts with a prefix.
STERLING_SIGN - Static variable in class propel.core.common.CONSTANT
The sterling currency sign String "£"
STERLING_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
The sterling currency sign char '£'
stop() - Method in class propel.core.tracing.Stopwatch
Stops the stop watch
Stopwatch - Class in propel.core.tracing
High-precision stop watch class for measuring time taken to execute some code.
Stopwatch() - Constructor for class propel.core.tracing.Stopwatch
Default constructor
StreamUtils - Class in propel.core.utils
Provides utility functionality for Stream-related classes
stringAt(int) - Static method in class propel.core.functional.projections.Strings
Returns the string at specified index
StringComparison - Enum in propel.core.utils
The string comparison mode
StringListPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class used internally for aiding in validation of MQ trade types, e.g.
StringListPropertyMetadata(String, String[]) - Constructor for class propel.core.validation.propertyMetadata.StringListPropertyMetadata
Constructor
StringListPropertyMetadata(String, Iterable<String>) - Constructor for class propel.core.validation.propertyMetadata.StringListPropertyMetadata
Constructor
StringListPropertyMetadata(String, String[], StringComparison, boolean) - Constructor for class propel.core.validation.propertyMetadata.StringListPropertyMetadata
Constructor
StringListPropertyMetadata(String, Iterable<String>, StringComparison, boolean) - Constructor for class propel.core.validation.propertyMetadata.StringListPropertyMetadata
Constructor
StringPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of sequences, e.g.
StringPropertyMetadata(String, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.StringPropertyMetadata
Constructor initializes with specified constraints
Strings - Class in propel.core.functional.predicates
Some common, re-usable predicates for Strings
Strings - Class in propel.core.functional.projections
Some common, re-usable projections for string manipulation
StringSplitOptions - Enum in propel.core.utils
The string split mode
stringToInt16(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToInt24(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToInt32(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToInt64(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToUInt16(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToUInt24(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringToUInt32(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
stringtoUInt64(String) - Static method in class propel.core.utils.HashingUtils
An efficient hashing algorithm with good distribution
StringUtils - Class in propel.core.utils
Provides helper functionality for Strings and char arrays.
subArray(int, int) - Static method in class propel.core.functional.projections.Arrays
Returns a portion of the array
subArray(T[], int, int) - Static method in class propel.core.utils.ArrayUtils
Returns a sub-array of the given array
subarray(byte[], int) - Static method in class propel.core.utils.ByteArrayUtils
Returns a sub-array of the given array
subarray(byte[], int, int) - Static method in class propel.core.utils.ByteArrayUtils
Returns a sub-array of the given array
SubDomainPropertyMetadata - Class in propel.core.validation.propertyMetadata
Class aiding in validation of subdomains
SubDomainPropertyMetadata(String, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.SubDomainPropertyMetadata
Initializes with RFC-specified constraints and whether to allow international characters.
SubDomainPropertyMetadata(String, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.SubDomainPropertyMetadata
Initializes with RFC-specified constraints, configurable length and whether to allow international characters.
SubDomainPropertyMetadata(String, Iterable<Character>, Iterable<Character>, Iterable<Character>, int, int, boolean, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.SubDomainPropertyMetadata
Initializes with custom constraints
subkeys() - Method in interface propel.core.collections.maps.multi.IMapMultimap
Returns all sub-keys, or an empty iterable if no sub-keys exist
subkeys() - Method in class propel.core.collections.maps.multi.MapMultimap
Returns all sub-keys, or an empty iterable if no sub-keys exist
subkeys() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
Returns all sub-keys, or an empty iterable if no sub-keys exist
subList(int, int) - Method in class propel.core.collections.lists.ReifiedArrayList
Creates a sub-list from this list.
subList(int, int) - Method in class propel.core.collections.lists.ReifiedLinkedList
Creates a sub-list from this list.
subList(int, int) - Method in interface propel.core.collections.lists.ReifiedList
Creates a sub-list from this list.
subList(int, int) - Method in class propel.core.collections.lists.SharedList
Creates a sub-list from this list.
substring(int, int) - Static method in class propel.core.functional.projections.Strings
Returns a sub-string of the given string, using a start index and a length from start
substring(String, int) - Static method in class propel.core.utils.StringUtils
Similar to String.Substring of .NET, uses a length instead of endIndex.
substring(String, int, int) - Static method in class propel.core.utils.StringUtils
Similar to String.Substring of .NET, uses a length instead of endIndex.
substringEnd(int) - Static method in class propel.core.functional.projections.Strings
Returns a sub-string of the given string, using a start index from start
substringNullCoalescing(int, int) - Static method in class propel.core.functional.projections.Strings
Returns a sub-string of the given string, using a start index and a length from start.
substringSafe(int, int, String) - Static method in class propel.core.functional.projections.Strings
Returns a sub-string of the given string, using a start index and a length from start.
substringStart(int) - Static method in class propel.core.functional.projections.Strings
Returns a sub-string of the given string, using a start index from start
SuperTypeToken - Class in propel.core.utils
Super type token implementation, allows for getting the run-time generic type of an anonymously instantiated generic collection.
SuperTypeTokenException - Exception in propel.core.utils
Exception signifies that generic types could not be determined due to improper use of the SuperTypeToken construct.
SuperTypeTokenException() - Constructor for exception propel.core.utils.SuperTypeTokenException
 
SuperTypeTokenException(String) - Constructor for exception propel.core.utils.SuperTypeTokenException
 
suspendEncoding() - Method in class propel.core.utils.Base64.OutputStream
Suspends encoding of the stream.
swap(byte[], int, int) - Static method in class propel.core.utils.ByteArrayUtils
Swaps two elements in an array.
swap(T[], int, int) - Static method in class propel.core.utils.Linq
Swaps two elements in an array.
swap(List<T>, int, int) - Static method in class propel.core.utils.Linq
Swaps two elements in a list
swap(T[], int[], int[]) - Static method in class propel.core.utils.Linq
Swaps two or more elements in an array.
swap(List<T>, int[], int[]) - Static method in class propel.core.utils.Linq
Swaps two or more elements in an array
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