- firstPrimes(int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
-
Returns a list containing the first X primes.
- FiveTuple - Class in com.nwawsoft.util.datastructures
-
A data type for storing, passing and working with five objects of any type.
- FiveTuple() - Constructor for class com.nwawsoft.util.datastructures.FiveTuple
-
Creates an empty FiveTuple.
- FiveTuple(Object, Object, Object, Object, Object) - Constructor for class com.nwawsoft.util.datastructures.FiveTuple
-
Creates a FiveTuple from the specified objects.
- FontFunctions - Class in com.nwawsoft.util.ui
-
Supplies functions to work easier with java.awt.Font
s.
- FontFunctions() - Constructor for class com.nwawsoft.util.ui.FontFunctions
-
- FourTuple - Class in com.nwawsoft.util.datastructures
-
A data type for storing, passing and working with four objects of any type.
- FourTuple() - Constructor for class com.nwawsoft.util.datastructures.FourTuple
-
Creates an empty FourTuple.
- FourTuple(Object, Object, Object, Object) - Constructor for class com.nwawsoft.util.datastructures.FourTuple
-
Creates a FourTuple from the specified objects.
- front() - Method in class com.nwawsoft.util.datastructures.Queue
-
Returns the object in front of the queue.