Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

N

nColumnID - Variable in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
The numeric ID of the column in any given row.
net.zer0bandwidth.android.lib - package net.zer0bandwidth.android.lib
 
net.zer0bandwidth.android.lib.app - package net.zer0bandwidth.android.lib.app
 
net.zer0bandwidth.android.lib.content - package net.zer0bandwidth.android.lib.content
 
net.zer0bandwidth.android.lib.content.querybuilder - package net.zer0bandwidth.android.lib.content.querybuilder
 
net.zer0bandwidth.android.lib.database - package net.zer0bandwidth.android.lib.database
 
net.zer0bandwidth.android.lib.database.querybuilder - package net.zer0bandwidth.android.lib.database.querybuilder
 
net.zer0bandwidth.android.lib.database.sqlitehouse - package net.zer0bandwidth.android.lib.database.sqlitehouse
 
net.zer0bandwidth.android.lib.database.sqlitehouse.annotations - package net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
 
net.zer0bandwidth.android.lib.database.sqlitehouse.content - package net.zer0bandwidth.android.lib.database.sqlitehouse.content
 
net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions - package net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions
 
net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions - package net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions
 
net.zer0bandwidth.android.lib.database.sqlitehouse.refractor - package net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
 
net.zer0bandwidth.android.lib.nonsense - package net.zer0bandwidth.android.lib.nonsense
 
net.zer0bandwidth.android.lib.security - package net.zer0bandwidth.android.lib.security
 
net.zer0bandwidth.android.lib.services - package net.zer0bandwidth.android.lib.services
 
net.zer0bandwidth.android.lib.telephony - package net.zer0bandwidth.android.lib.telephony
 
net.zer0bandwidth.android.lib.telephony.exceptions - package net.zer0bandwidth.android.lib.telephony.exceptions
 
net.zer0bandwidth.android.lib.text.format - package net.zer0bandwidth.android.lib.text.format
 
net.zer0bandwidth.android.lib.ui - package net.zer0bandwidth.android.lib.ui
 
net.zer0bandwidth.android.lib.util - package net.zer0bandwidth.android.lib.util
 
net.zer0bandwidth.android.lib.view.updaters - package net.zer0bandwidth.android.lib.view.updaters
 
NEVER - Static variable in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
When specifying a probability, this constant indicates that a word should never be added to the sentence.
newArray(int) - Method in class net.zer0bandwidth.android.lib.util.CollectionsZ
Creates a new empty array of the specified size.
NO_INDEX_DEFINED - Static variable in annotation type net.zer0bandwidth.android.lib.database.sqlitehouse.annotations.SQLiteColumn
 
NO_LIMIT - Static variable in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Specifies that no result count limit should be enforced.
noClassSpecified(Throwable) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
Used when processing an intent that requires a class name, but no class name is supplied in the intent.
noLensForColumn(SQLightable.Reflection.Column, Throwable) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
Returns an exception to be thrown when a column operation cannot continue because the column's Refractor implementation cannot be determined.
noLensForField(Field, Throwable) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
Returns an exception to be thrown when an operation cannot continue because a field/column's Refractor implementation cannot be determined
NonsenseBuilder - Class in net.zer0bandwidth.android.lib.nonsense
The canonical implementation of NonsenseGenerator.
NonsenseBuilder(Context) - Constructor for class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
A constructor which sets the resource context.
NonsenseBuilder(Context, NonsenseBuilder.Configuration) - Constructor for class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
A constructor which sets both the resource context and a custom configuration to control the random aspects of the builder.
NonsenseBuilder.Configuration - Class in net.zer0bandwidth.android.lib.nonsense
This class controls aspects of a NonsenseBuilder related to the probability of certain random features.
NonsenseGenerator - Interface in net.zer0bandwidth.android.lib.nonsense
This interface provides a specification for a "nonsense generator" — a class which generates a fully-formed sentence from randomly-chosen words.
NonsenseGenerator.Utils - Class in net.zer0bandwidth.android.lib.nonsense
Static methods that are useful for a wide range of nonsensical operations.
NonsenseShipOrPub - Class in net.zer0bandwidth.android.lib.nonsense
Builds a random name of a ship… or a pub… or something.
NonsenseShipOrPub(Context) - Constructor for class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
A constructor which sets the resource context.
notifyDeleted(Class<SC>, int) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that rows have been deleted.
notifyDeleteFailed(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that a deletion failed.
notifyInserted(long, Class<SC>, SC) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that an insertion succeeded.
notifyInsertFailed(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that an insertion failed.
notifySelectionFailed(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that a selection failed.
notifyUpdated(Class<SC>, int) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that an update operation succeeded.
notifyUpdateFailed(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Notifies the relay that an update failed.
now() - Static method in class net.zer0bandwidth.android.lib.util.TimeUtils
Returns milliseconds since the epoch, GMT.
NSD_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.NSD_SERVICE (added in Android API 16)
NullRefractor - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
This "implementation" of Refractor doesn't actually do anything, nor does it satisfactorily implement the interface.
NullRefractor() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.NullRefractor
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links