- N - Static variable in class propel.core.common.CONSTANT
-
The N letter
- n - Static variable in class propel.core.common.CONSTANT
-
The n letter
- 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_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(Object, 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, 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[], T) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument does not contain an item
- notContains(Iterable, Object) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument does not contain an item
- notContains(Object, 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(Object, 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, String) - Static method in class propel.core.functional.predicates.Strings
-
Predicate returning true when the function argument does not contain some string
- notContains(String, 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[], T[]) - Static method in class propel.core.functional.predicates.Arrays
-
Predicate returning true when the function argument does not contain all items
- notContainsAll(Iterable, Iterable) - Static method in class propel.core.functional.predicates.Iterables
-
Predicate returning true when the function argument does not contain all items
- notContainsAny(T[], 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, 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(Object, 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(Object, 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, 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, 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[], 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, 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, Object) - Static method in class propel.core.functional.predicates.Objects
-
Predicate returning true when the function argument is not equal to a value
- notInstanceOf(Object, 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(Object, 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(Object, 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, 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, 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
- 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