- N - Static variable in class propel.core.common.CONSTANT
-
The N letter
- n - Static variable in class propel.core.common.CONSTANT
-
The n letter
- NETWORK_CHECKIP_DYNDNS_URL - Static variable in class propel.core.configuration.ConfigurableConsts
-
URL for checkip.dyndns.org that allows external IP polling
- NETWORK_PING_TIMEOUT_MILLIS - Static variable in class propel.core.configuration.ConfigurableConsts
-
This is the maximum amount of time to wait for a ping response
- NETWORK_SNMP_COMMUNITY - Static variable in class propel.core.configuration.ConfigurableConsts
-
Standard SNMP community that is open for unrestricted reading
- NETWORK_SNMP_PORT - Static variable in class propel.core.configuration.ConfigurableConsts
-
The port designated to the SNMP protocol
- NETWORK_SNMP_READ_TIMEOUT_MILLIS - Static variable in class propel.core.configuration.ConfigurableConsts
-
The amount of time in millis to wait for an SNMP response
- NETWORK_SNMP_RETRY_INTERVAL_MILLIS - Static variable in class propel.core.configuration.ConfigurableConsts
-
SNMP retry interval upon timeout failure
- NETWORK_WHATISMYIP_COM_URL - Static variable in class propel.core.configuration.ConfigurableConsts
-
URL for whatismyip.com that allows external IP polling
- NETWORK_WHATISMYIP_ORG_URL - Static variable in class propel.core.configuration.ConfigurableConsts
-
URL for whatismyip.org that allows external IP polling
- NetworkUtils - Class in propel.core.utils
-
Provides utility functionality for networking stuff
- next() - Method in class propel.core.collections.arrays.ReadOnlyArrayIterator
- next() - Method in class propel.core.collections.arrays.ReifiedArrayIterator
- next() - Method in class propel.core.collections.lists.ReadOnlyListIterator
- next() - Method in class propel.core.collections.maps.avl.AscendingOrderKeyValuePairIterator
-
Returns the next element in the iteration.
- next() - Method in class propel.core.collections.maps.avl.AscendingOrderValueIterator
-
Returns the next element in the iteration.
- next() - Method in interface propel.core.counters.ICounter
-
Increments the counter and returns the next value
- next() - Method in interface propel.core.counters.IModuloIndexer
-
Returns the next value
- next() - Method in class propel.core.counters.ModuloCounter
-
Increments the counter and returns the next value
- next() - Method in class propel.core.counters.SharedModuloCounter
-
Increments the counter and returns the next value
- next() - Method in class propel.core.counters.SharedModuloCounterLight
-
Increments the counter and returns the next value
- next() - Method in class propel.core.counters.SharedModuloIndexer
-
Returns the next value
- next() - Method in class propel.core.counters.SharedModuloIndexerLight
-
Returns the next value
- nextIndex() - Method in class propel.core.collections.arrays.ReadOnlyArrayIterator
- nextIndex() - Method in class propel.core.collections.lists.ReadOnlyListIterator
- NINE - Static variable in class propel.core.common.CONSTANT
-
The 9 number
- NO_OPTIONS - Static variable in class propel.core.utils.Base64
-
No options specified.
- NOT_AN_IP_ADDRESS - Static variable in class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
-
Error message when an IP is invalid
- NOT_SIGN - Static variable in class propel.core.common.CONSTANT
-
The not sign String "¬"
- NOT_SIGN_CHAR - Static variable in class propel.core.common.CONSTANT
-
The not sign char '¬'
- notContainedBy(Iterable) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true if an element is not contained in the function argument (Iterable)
- notContainedIn(T[]) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true if an element is not contained in the function argument (Array)
- notContains(T) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument does not contain an item
- notContains(Object) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument does not contain an item
- notContains(String) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not contain some string
- notContains(String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not contain some string
- notContains(String) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not contain some string
- notContains(String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not contain some string
- notContainsAll(T[]) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument does not contain all items
- notContainsAll(Iterable) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument does not contain all items
- notContainsAny(T[]) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument does not contain any of the given items
- notContainsAny(Iterable) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument does not contain any of the given items
- notEndsWith(String) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not end with a suffix
- notEndsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not end with a suffix
- notEndsWith(String) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not end with a suffix
- notEndsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not end with a suffix
- notEqual(T[]) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument is not equal to another array
- notEqual(Iterable) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument is not equal to another array
- notEqual(Object) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument is not equal to a value
- NotImplementedException - Exception in propel.core.common
-
Exception signifying that a method has not been implemented yet
- NotImplementedException() - Constructor for exception propel.core.common.NotImplementedException
-
- NotImplementedException(String) - Constructor for exception propel.core.common.NotImplementedException
-
- notInstanceOf(Class<?>) - Static method in class propel.core.functional.predicates.Objects
-
Predicate that returns true if the function argument is not an instance of the class specified
- notStartsWith(String) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not start with a prefix
- notStartsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument's toString() does not start with a prefix
- notStartsWith(String) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not start with a prefix
- notStartsWith(String, StringComparison) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not start with a prefix
- NULL_CHAR - Static variable in class propel.core.common.CONSTANT
-
The special character '\0'
- NULL_STRING - Static variable in class propel.core.common.CONSTANT
-
The special String "\0" (String terminator)
- Nullable - Class in propel.core.utils
-
Class with null value related utilities
- NullablePropertyMetadata<T> - Class in propel.core.validation.propertyMetadata
-
Class aiding in validation of reference classes
- NullablePropertyMetadata(String, boolean) - Constructor for class propel.core.validation.propertyMetadata.NullablePropertyMetadata
-
Initializes with the property name and whether null values are not allowed
- NUMBERS - Static variable in class propel.core.common.CONSTANT
-
Number 0..9
- NumberType - Class in propel.core.userTypes
-
Super class of all other custom numerical types
- NumberType() - Constructor for class propel.core.userTypes.NumberType
-
- NumericUtils - Class in propel.core.utils
-
Provides utility functionality for numberic structures