- I - Static variable in class propel.core.common.CONSTANT
-
The I letter
- i - Static variable in class propel.core.common.CONSTANT
-
The i letter
- IBiMap<TKey extends java.lang.Comparable<TKey>,TValue extends java.lang.Comparable<TValue>> - Interface in propel.core.collections.maps.bi
-
A type-aware bi-directional AVL-tree-backed map.
- IBuffer<T> - Interface in propel.core.collections.buffers
-
The interface that buffers follow.
- IConfigSectionHandler - Interface in propel.core.configuration
-
The interface of configuration section handler implementations
- ICounter - Interface in propel.core.counters
-
The interface of a counter
- IHashtable<TKey extends java.lang.Comparable<TKey>,TValue> - Interface in propel.core.collections.maps
-
The interface of a hashtable
- IKeyValueStore<TKey extends java.lang.Comparable<TKey>,TValue> - Interface in propel.core.collections
-
The interface of a key/value pair store
- IListMap<TKey extends java.lang.Comparable<TKey>,TValue> - Interface in propel.core.collections.maps.combinational
-
A type-aware collection of values, accessible by a list-style index as well as key.
- ILongBuffer - Interface in propel.core.collections.buffers.primitive
-
Interface of a buffer of Long primitives
- ILongHashMap<V> - Interface in propel.core.collections.maps.primitive
-
Interface of a hash table of primitive long -> V
- IMapData<TKey,TValue> - Interface in propel.core.collections.maps.data
-
The interface of a class encapsulating Keys and Values as separate arrays.
- IMapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> - Interface in propel.core.collections.maps.multi
-
Interface of a MapMultimap (a map of maps).
- ImmutableUtils - Class in propel.core.utils
-
Class contains immutability-related utilities
- IModuloIndexer - Interface in propel.core.counters
-
The interface of an array indexer
- indexOf(Object) - Method in class propel.core.collections.lists.ReifiedArrayList
-
Scans the collection linearly from start to end and returns the index of the element specified.
- indexOf(Object) - Method in class propel.core.collections.lists.SharedList
-
Scans the collection linearly from start to end and returns the index of the element specified.
- indexOf(TKey) - Method in class propel.core.collections.maps.combinational.AvlTreeList
-
Returns the index of the given key, if it is contained in the collection.
- indexOf(TKey) - Method in interface propel.core.collections.maps.combinational.IListMap
-
Returns the index of the given key, if it is contained in the collection.
- indexOf(TKey) - Method in class propel.core.collections.maps.combinational.ListMap
-
Returns the index of the given key, if it is contained in the collection.
- indexOf(String, StringComparison) - Static method in class propel.core.functional.projections.Strings
-
Returns the first index where a part is encountered within a string value.
- indexOf(byte[], byte[]) - Static method in class propel.core.utils.ByteArrayUtils
-
Returns the first index of a byte sequence encountered within some data.
- indexOf(byte[], int, byte[]) - Static method in class propel.core.utils.ByteArrayUtils
-
Returns the first index of a byte sequence encountered within some data.
- indexOf(byte[], byte) - Static method in class propel.core.utils.ByteArrayUtils
-
Returns the first index of a byte encountered within some data.
- indexOf(byte[], int, byte) - Static method in class propel.core.utils.ByteArrayUtils
-
Returns the first index of a byte encountered within some data.
- indexOf(byte[], byte[], int) - Static method in class propel.core.utils.ByteArrayUtils
-
Returns the index of the first/second/third/etc.
- indexOf(Iterable<T>, T) - Static method in class propel.core.utils.Linq
-
Returns the index where the specified element is first found.
- indexOf(Iterable<T>, T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the index where the specified element is first found.
- indexOf(T[], T) - Static method in class propel.core.utils.Linq
-
Returns the index where the specified element is first found.
- indexOf(T[], T, Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the index where the specified element is first found.
- indexOf(char[], char) - Static method in class propel.core.utils.StringUtils
-
Finds the first index encountered of a particular character.
- indexOf(String, String) - Static method in class propel.core.utils.StringUtils
-
Returns the first index where a part is encountered within a string value.
- indexOf(String, String, StringComparison) - Static method in class propel.core.utils.StringUtils
-
Returns the first index where a part is encountered within a string value.
- indexOf(String, String, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
-
Returns the first index where a part is encountered within a string value.
- indexOf(String, String, int, int, StringComparison) - Static method in class propel.core.utils.StringUtils
-
Returns the first, second, third, etc.
- indexOf(String, String, int, int, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
-
Returns the first, second, third, etc.
- indexOf(String, String, int, StringComparison) - Static method in class propel.core.utils.StringUtils
-
Returns the index of the first/second/third/etc.
- indexOf(String, String, int, Locale, Collator, boolean) - Static method in class propel.core.utils.StringUtils
-
Returns the index of the first/second/third/etc.
- InitGuard - Interface in propel.core.initialisation
-
Interface of class that implement an initialisation guard.
- initialise() - Method in interface propel.core.initialisation.InitGuard
-
Call to set the state to initialised.
- initialise() - Method in class propel.core.initialisation.MultiInitGuard
-
Call to initialise, can be called multiple times
- initialise() - Method in class propel.core.initialisation.SingleInitGuard
-
Call to initialise, can be called once
- injectProperty(Object, String, Object, boolean) - Static method in class propel.core.utils.ReflectionUtils
-
Inject a value to a property of an object.
- insert(String, int, String) - Static method in class propel.core.utils.StringUtils
-
Inserts a string in a position in the given string.
- instanceOf(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is an instance of the class specified
- instanceOf(Class<?>) - Static method in class propel.core.functional.predicates.Reflection
-
Predicate that returns true if the function argument is an instance of the class specified
- instanceOf(Class<?>, Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if any of the type's base types/interfaces are equal to the given type, or if the two types are the same.
- Int128 - Class in propel.core.userTypes
-
A 128-bit integer.
- Int128() - Constructor for class propel.core.userTypes.Int128
-
Initializes with the value 0
- Int128(String) - Constructor for class propel.core.userTypes.Int128
-
Initializes with a string value.
- Int128(BigInteger) - Constructor for class propel.core.userTypes.Int128
-
Initializes with a BigInteger type
- Int128(Int128) - Constructor for class propel.core.userTypes.Int128
-
Initializes with another Int128
- Int16PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Int16s
- Int16PropertyMetadata(String, short, short) - Constructor for class propel.core.validation.propertyMetadata.Int16PropertyMetadata
-
Constructor initializing with a min and a max value
- Int16PropertyMetadata(String, Short, Short, boolean) - Constructor for class propel.core.validation.propertyMetadata.Int16PropertyMetadata
-
Constructor initializing with a min and a max value
- Int32PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Int32s
- Int32PropertyMetadata(String, int, int) - Constructor for class propel.core.validation.propertyMetadata.Int32PropertyMetadata
-
Constructor initializing with a min and a max value
- Int32PropertyMetadata(String, Integer, Integer, boolean) - Constructor for class propel.core.validation.propertyMetadata.Int32PropertyMetadata
-
Constructor initializing with a min and a max value
- Int64PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Int64s
- Int64PropertyMetadata(String, long, long) - Constructor for class propel.core.validation.propertyMetadata.Int64PropertyMetadata
-
Constructor initializing with a min and a max value
- Int64PropertyMetadata(String, Long, Long, boolean) - Constructor for class propel.core.validation.propertyMetadata.Int64PropertyMetadata
-
Constructor initializing with a min and a max value
- int64toInt32(long) - Static method in class propel.core.utils.HashingUtils
-
Hashes a long to an int
- Int8PropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Int8s
- Int8PropertyMetadata(String, byte, byte) - Constructor for class propel.core.validation.propertyMetadata.Int8PropertyMetadata
-
Constructor initializing with a min and a max value
- Int8PropertyMetadata(String, SignedByte, SignedByte, boolean) - Constructor for class propel.core.validation.propertyMetadata.Int8PropertyMetadata
-
Constructor initializing with a min and a max value
- intersect(Set<? extends T>) - Method in class propel.core.collections.sets.AvlTreeSet
-
This operation only keeps elements that are common between the two sets.
- intersect(Set<? extends T>) - Method in interface propel.core.collections.sets.ReifiedSet
-
This operation removes from this set all items that are common between this set and the other set.
- intersect(Set<? extends T>) - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
This operation only keeps elements that are common between the two sets.
- intersect(Iterable<T>, Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns the intersection of the distinct elements of two sequences.
- intersect(Iterable<T>, Iterable<T>, Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the intersection of the distinct elements of two sequences.
- intersect(T[], T[]) - Static method in class propel.core.utils.Linq
-
Returns the intersection of the distinct elements of two sequences.
- intersect(T[], T[], Comparator<? super T>) - Static method in class propel.core.utils.Linq
-
Returns the intersection of the distinct elements of two sequences.
- intRange(int, int) - Static method in class propel.core.utils.NumericUtils
-
Returns a character range from start (inclusive) to end (exclusive).
- intValue() - Method in class propel.core.userTypes.Int128
- intValue() - Method in class propel.core.userTypes.SignedByte
- intValue() - Method in class propel.core.userTypes.UnsignedByte
- intValue() - Method in class propel.core.userTypes.UnsignedInteger
- intValue() - Method in class propel.core.userTypes.UnsignedLong
- intValue() - Method in class propel.core.userTypes.UnsignedShort
- INVALID_FILENAME_CHARS_POSIX - Static variable in class propel.core.common.CONSTANT
-
This is similar to Path.GetInvalidFilenameChars() (on Linux/OSX/BSD)
- INVALID_FILENAME_CHARS_WINDOWS - Static variable in class propel.core.common.CONSTANT
-
This is similar to .NET's Path.GetInvalidFilenameChars() (on Win)
- INVALID_PATH_CHARS_POSIX - Static variable in class propel.core.common.CONSTANT
-
This is similar to .NET's Path.GetInvalidPathChars() (on Linux/OSX/BSD)
- INVALID_PATH_CHARS_WINDOWS - Static variable in class propel.core.common.CONSTANT
-
This is similar to .NET's Path.GetInvalidPathChars() (on Win)
- InvalidCastBehaviour - Enum in propel.core.utils
-
Describes the behaviour upon a failed cast
- INVARIANT_LOCALE - Static variable in class propel.core.utils.StringUtils
-
An invariant locale across JVMs
- INVARIANT_LOCALE_COLLATOR - Static variable in class propel.core.utils.StringUtils
-
The invariant locale's collator
- InvokeDynamic - Class in propel.core.functional.projections
-
Some common, re-usable dynamic method invocation projections
- InvokeDynamicFunc - Class in propel.core.functional.projections
-
Some common, re-usable dynamic method invocation projections (uses Function0 instead of Action0)
- invokeFunction(String) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument function which invokes the no-arg method on this argument
- invokeFunction(String, Object[]) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument action which invokes the one-arg method on this argument
- invokeFunction(Method) - Static method in class propel.core.functional.projections.InvokeNoArgs
-
A no-argument function which invokes the method name specified on the given object.
- invokeFunction(Object, Method) - Static method in class propel.core.functional.projections.InvokeOneArg
-
A one-argument function which invokes the method specified on the given object, passing the function argument to the invoked method.
- invokeFunctionWithOneArgOn(Object, String) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument function which invokes the method name specified on the given object, passing the function argument to the invoked
method.
- invokeMethod(String) - Static method in class propel.core.functional.projections.InvokeDynamic
-
Returns a one-argument action which invokes the no-arg method on this argument
- invokeMethod(String, Object[]) - Static method in class propel.core.functional.projections.InvokeDynamic
-
Returns a one-argument action which invokes the one-arg method on this argument
- invokeMethod(String) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument action which invokes the no-arg method on this argument
- invokeMethod(String, Object[]) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument action which invokes the one-arg method on this argument
- invokeMethod(Method) - Static method in class propel.core.functional.projections.InvokeNoArgs
-
A no-argument action which invokes the method specified on the given object.
- invokeMethod(Object, Method) - Static method in class propel.core.functional.projections.InvokeOneArg
-
A one-argument action which invokes the method specified on the given object, passing the function argument to the invoked method.
- invokeMethodFunc(Method) - Static method in class propel.core.functional.projections.InvokeNoArgs
-
A no-argument action which invokes the method specified on the given object.
- invokeMethodFunc(Object, Method) - Static method in class propel.core.functional.projections.InvokeOneArg
-
A one-argument action which invokes the method specified on the given object, passing the function argument to the invoked method.
- invokeMethodWithNoArgsOn(Object, String) - Static method in class propel.core.functional.projections.InvokeDynamic
-
A no-argument action which invokes the method name specified on the given object.
- invokeMethodWithNoArgsOn(Object, String) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A no-argument action which invokes the method name specified on the given object.
- invokeMethodWithOneArgOn(Object, String) - Static method in class propel.core.functional.projections.InvokeDynamic
-
Returns a one-argument action which invokes the method name specified on the given object, passing the function argument to the invoked
method.
- invokeMethodWithOneArgOn(Object, String) - Static method in class propel.core.functional.projections.InvokeDynamicFunc
-
A one-argument action which invokes the method name specified on the given object, passing the function argument to the invoked method.
- InvokeNoArgs - Class in propel.core.functional.projections
-
Some common, re-usable method invocation projections
- InvokeOneArg - Class in propel.core.functional.projections
-
Some common, re-usable method invocation projections; methods accept an argument to be specified.
- IP_INVALID_NUMBER_OF_COLONS - Static variable in class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Error message when an IPv6 has an invalid number of colon separators
- IP_INVALID_NUMBER_OF_DOUBLE_COLONS - Static variable in class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Error message when an IPv6 has an invalid number of double colon instances
- IP_INVALID_NUMBER_OF_GROUPS - Static variable in class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Error message when an IPv6 has an invalid number of groups
- IP_MISSING_DOTS_MALFORMED - Static variable in class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Error message when an IPv4 has an invalid number of dot separators
- IP_MISSING_OCTET_MALFORMED - Static variable in class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Error message when an IPv4 has an invalid number of octets
- IP_OCTET_PROBLEM - Static variable in class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Error message when an IPv4 has an invalid octet
- IpAnyAddressPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of IPs (any version)
- IpAnyAddressPropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
-
Constructor initializes with RFC-specified constraints
- IpAnyAddressPropertyMetadata(String, Iterable<Character>, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
-
Constructor initializes with custom constraints
- IPropertyMetadata<T> - Interface in propel.core.validation.propertyMetadata
-
Interface describing a property's metadata
- IpV4AddressPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of IPv4 addresses
- IpV4AddressPropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Constructor initializes with RFC-specified constraints
- IpV4AddressPropertyMetadata(String, Iterable<Character>, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Constructor initializes with custom constraints
- IpV6AddressPropertyMetadata - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of IPv6 addresses
- IpV6AddressPropertyMetadata(String, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Constructor initializes with RFC-specified constraints
- IpV6AddressPropertyMetadata(String, Iterable<Character>, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Constructor initializes with custom constraints
- isBsd() - Static method in class propel.core.utils.OsUtils
-
OS determination method
- isConstructor() - Method in class propel.core.utils.MemberInfo
-
Returns true if this member is a constructor
- isDirectory() - Static method in class propel.core.functional.predicates.Files
-
Returns true if the file is a directory
- isDirectory(File) - Static method in class propel.core.utils.FileUtils
-
Returns true if the File is a directory
- isDirectory(String) - Static method in class propel.core.utils.FileUtils
-
Returns true if the File is a directory
- isEmpty() - Method in class propel.core.collections.buffers.CircularBuffer
-
Is empty method.
- isEmpty() - Method in interface propel.core.collections.buffers.IBuffer
-
Returns true if the buffer is empty.
- isEmpty() - Method in class propel.core.collections.buffers.LRUBuffer
-
Returns true if the buffer is empty.
- isEmpty() - Method in class propel.core.collections.buffers.SharedBuffer
-
Is empty method.
- isEmpty() - Method in class propel.core.collections.lists.ReifiedArrayList
-
Returns true if the list is empty.
- isEmpty() - Method in class propel.core.collections.lists.SharedList
-
Returns true if the list is empty.
- isEmpty() - Method in class propel.core.collections.maps.avl.KeyCollection
-
Returns true if empty.
- isEmpty() - Method in class propel.core.collections.maps.avl.ValueCollection
-
This is an O(1) operation.
- isEmpty() - Method in interface propel.core.collections.maps.multi.IMapMultimap
-
Returns true if the map is empty, false otherwise
- isEmpty() - Method in class propel.core.collections.maps.multi.MapMultimap
-
Returns true if the map is empty, false otherwise
- isEmpty() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
-
Returns true if the map is empty, false otherwise
- isEmpty() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
-
Returns true if the map is empty
- isEmpty() - Method in class propel.core.collections.maps.primitive.LongHashMap
-
Returns true if the map is empty
- isEmpty() - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument is empty
- isEmpty() - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument is empty
- isEmpty() - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is empty
- isEmpty(Iterable<T>) - Static method in class propel.core.utils.Linq
-
Returns true if the sequence is empty.
- isEmpty(T[]) - Static method in class propel.core.utils.Linq
-
Returns true if the array is empty.
- isEqual(String) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() is equal to some string
- isEqual(String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() is equal to some string
- isEqual(String) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is equal to some string
- isEqual(String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is equal to some string
- ISessionStore<T> - Interface in propel.core.collections.volatiles
-
The interface of a Session store.
- isExtending(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is a subclass of the class specified
- isExtending(Class<?>) - Static method in class propel.core.functional.predicates.Reflection
-
Predicate that returns true if the function argument is a subclass of the class specified
- isExtending(Class<?>, Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if any of the type's BaseTypes are equal to the given type or if the two types are the same.
- isField() - Method in class propel.core.utils.MemberInfo
-
Returns true if this member is a field
- isFile() - Static method in class propel.core.functional.predicates.Files
-
Returns true if the file is not a directory
- isFile(File) - Static method in class propel.core.utils.FileUtils
-
Returns true if the File is not a directory
- isFile(String) - Static method in class propel.core.utils.FileUtils
-
Returns true if the File is not a directory
- isFull() - Method in class propel.core.collections.buffers.CircularBuffer
-
Is full method.
- isFull() - Method in interface propel.core.collections.buffers.IBuffer
-
Return true if the buffer is full.
- isFull() - Method in class propel.core.collections.buffers.LRUBuffer
-
Returns true if the buffer is full.
- isFull() - Method in class propel.core.collections.buffers.SharedBuffer
-
Is full method.
- isGeneric(Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if a class is generic
- isGetter() - Static method in class propel.core.functional.predicates.Reflection
-
Predicate evaluating to true if given method is getter
- isGetter(Method) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the method appears to be a POJO getter.
- IShared - Interface in propel.core.model
-
Interface for shared objects, allows for locking/unlocking object when shared.
- ISharedHashtable<TKey extends java.lang.Comparable<TKey>,TValue> - Interface in propel.core.collections.maps
-
The interface of a thread-safe hashtable
- ISharedList<T> - Interface in propel.core.collections.lists
-
A type-aware thread-safe list interface
- ISharedMapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> - Interface in propel.core.collections.maps.multi
-
Interface of a MapMultimap (a map of maps).
- ISharedQueue<T> - Interface in propel.core.collections.queues
-
The interface of a type-aware thread-safe queue
- ISharedStack<T> - Interface in propel.core.collections.stacks
-
- isHidden() - Static method in class propel.core.functional.predicates.Files
-
Returns true if the file is a hidden file
- isImplementing(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is an instance of the interface specified
- isImplementing(Class<?>) - Static method in class propel.core.functional.predicates.Reflection
-
Predicate that returns true if the function argument is an instance of the interface specified
- isImplementing(Class<?>, Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the given type implements the interface type specified.
- isInitialised() - Method in interface propel.core.initialisation.InitGuard
-
Returns true if the state is initialised
- isInitialised() - Method in class propel.core.initialisation.MultiInitGuard
-
Returns true if the state is initialised
- isInitialised() - Method in class propel.core.initialisation.SingleInitGuard
-
Returns true if the state is initialised
- isLinux() - Static method in class propel.core.utils.OsUtils
-
OS determination method
- isLookingLike(Class<?>, Class<?>, boolean, boolean) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the given type appears to look like a given interface (or other class).
- isMethod() - Method in class propel.core.utils.MemberInfo
-
Returns true if this member is a method
- isNested(Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the class given is taking part in a nested class hierarchy.
- isNotEmpty() - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument is not empty
- isNotEmpty() - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument is not empty
- isNotExtending(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is not a subclass of the class specified
- isNotExtending(Class<?>) - Static method in class propel.core.functional.predicates.Reflection
-
Predicate that returns true if the function argument is not a subclass of the class specified
- isNotImplementing(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is not an instance of the interface specified
- isNotImplementing(Class<?>) - Static method in class propel.core.functional.predicates.Reflection
-
Predicate that returns true if the function argument is not an instance of the interface specified
- isNotNull() - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument is not null
- isNotNullOrBlank() - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is not null, empty or blank.
- isNotNullOrEmpty() - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is not null or empty
- isNotSet() - Method in class propel.core.threading.primitives.SharedFlag
-
Returns true if the value is not set.
- isNull() - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument is null
- isNullOrBlank() - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is null, empty or blank.
- isNullOrBlank(String) - Static method in class propel.core.utils.StringUtils
-
Returns true if the given string is null or contains only whitespace chars (' ', '\t', '\r' and '\n').
- isNullOrEmpty() - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument is null or empty
- isNullOrEmpty(String) - Static method in class propel.core.utils.StringUtils
-
Returns true if the given string is null or empty.
- isOSX() - Static method in class propel.core.utils.OsUtils
-
OS determination method
- isOverridable(Method) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if a method can be overridden.
- isOverridable(Class<?>) - Static method in class propel.core.utils.ReflectionUtils
-
Checks that a class is overridable, i.e.
- isProperty() - Method in class propel.core.utils.MemberInfo
-
Returns true if this member is a property
- isReturnTypeVoid(Method) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the method return type is void.
- isSet() - Method in class propel.core.initialisation.Frozen
-
Returns true if a value has been set
- isSet() - Method in class propel.core.threading.primitives.SharedFlag
-
Returns true if the value is set.
- isSetter() - Static method in class propel.core.functional.predicates.Reflection
-
Predicate evaluating to true if given method is setter
- isSetter(Method) - Static method in class propel.core.utils.ReflectionUtils
-
Returns true if the method appears to be a POJO setter.
- isSuccess() - Method in class propel.core.TryResult
-
Returns true if the attempt succeeded.
- isWindows() - Static method in class propel.core.utils.OsUtils
-
OS determination method
- IterablePropertyMetadata<T> - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of Iterables.
- IterablePropertyMetadata(String, int, int, boolean, boolean) - Constructor for class propel.core.validation.propertyMetadata.IterablePropertyMetadata
-
Initializes with the property name and a pair of a min and max sizes (inclusive)
- Iterables - Class in propel.core.functional.predicates
-
Some common, re-usable predicates for Iterables
- iterator() - Method in class propel.core.collections.arrays.ReifiedArray
- iterator() - Method in class propel.core.collections.buffers.CircularBuffer
-
Returns an iterator over the buffer.
- iterator() - Method in class propel.core.collections.buffers.LRUBuffer
-
Returns an iterator over the backing list.
- iterator() - Method in class propel.core.collections.buffers.SharedBuffer
-
Returns an iterator over a copy of the backing array.
- iterator() - Method in class propel.core.collections.lists.ReifiedArrayList
-
Returns an iterator over the backing array.
- iterator() - Method in class propel.core.collections.lists.SharedList
-
Returns an iterator over a copy of the collection.
- iterator() - Method in class propel.core.collections.lists.SortedList
-
Returns an ordered iterator of elements.
- iterator() - Method in class propel.core.collections.maps.avl.AvlHashtable
-
Returns an iterator of key/value pairs.
- iterator() - Method in class propel.core.collections.maps.avl.KeyCollection
-
- iterator() - Method in class propel.core.collections.maps.avl.SharedAvlHashtable
-
Returns all key/value pairs in a list copy of key/value pairs.
- iterator() - Method in class propel.core.collections.maps.avl.ValueCollection
-
This is an O(nlog2(n)) operation, taking element traversal into account.
- iterator() - Method in class propel.core.collections.maps.bi.AvlBiMap
- iterator() - Method in class propel.core.collections.maps.combinational.AvlTreeList
-
Returns an ascending key order iterator.
- iterator() - Method in class propel.core.collections.maps.combinational.ListMap
-
Returns an iterator of the collection.
- iterator() - Method in class propel.core.collections.maps.data.MapData
-
Enumerates key/value pairs
- iterator() - Method in class propel.core.collections.maps.multi.MapMultimap
- iterator() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
- iterator() - Method in class propel.core.collections.queues.SharedQueue
-
Returns an iterator over a copy of the backing list.
- iterator() - Method in class propel.core.collections.sets.AvlTreeSet
-
Returns an ascending key order iterator over the set.
- iterator() - Method in class propel.core.collections.sets.SharedAvlTreeSet
-
Returns an enumerator of a copy of the collection.
- iterator() - Method in class propel.core.collections.stacks.SharedStack
-
Returns an iterator of a copy of the collection.
- iterator() - Method in class propel.core.collections.volatiles.KeyValueSessionStore
- iterator() - Method in class propel.core.collections.volatiles.ValueSessionStore
-
Returns an enumerator for a copy of the collection.
- ITransactionManager - Interface in propel.core.transactional
-
The interface of the transaction manager, capable of running actions in a transactional fashion.
- IUnique - Interface in propel.core.model
-
The interface that objects with a unique ID should follow.
- IValueStore<T extends java.lang.Comparable<T>> - Interface in propel.core.collections
-
The interface of a value store.