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  
NAME — Constant static property in class com.boostworthy.Boostworthy
The name of this software library.
NAME — Constant static property in class com.boostworthy.animation.BoostworthyAnimation
The name of this software library.
next() — Method in class com.boostworthy.collections.iterators.ForwardArrayIterator
Returns the element at the current index and then moves on to the next.
next() — Method in interface com.boostworthy.collections.iterators.IIterator
Returns the element at the current index and then moves on to the next.
next() — Method in class com.boostworthy.collections.iterators.NullIterator
Returns the element at the current index and then moves on to the next.
next() — Method in class com.boostworthy.collections.iterators.ReverseArrayIterator
Returns the element at the current index and then moves on to the next.
nextFrame() — Method in class com.boostworthy.animation.sequence.Timeline
Move the playhead forwards one frame.
NULL — Constant static property in class com.boostworthy.collections.iterators.IteratorType
Defined constant for representing the 'NullIterator' type.
NULL_INDEX — Static property in class com.boostworthy.core.Global
A value for representing a null index.
NullIterator — Class in package com.boostworthy.collections.iterators
In certain cases, such as a leaf object in a composite pattern, a null iterator is needed to maintain elegant code.
NullIterator() — Constructor in class com.boostworthy.collections.iterators.NullIterator
Constructor.
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