fabricator

Alphanumeric

class Alphanumeric extends AnyRef

Created by Andrew Zakordonets on 02/06/14. This class generates random numbers and strings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Alphanumeric
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Alphanumeric()

  2. new Alphanumeric(random: Random)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def botify(string: String): String

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBoolean(): Boolean

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getDouble(min: Double, max: Double): Double

  15. def getDouble(max: Double): Double

  16. def getDouble(): Double

  17. def getFloat(min: Float, max: Float): Float

  18. def getFloat(max: Float): Float

  19. def getFloat(): Float

  20. def getGausian(): Double

  21. def getInteger(min: Int, max: Int): Int

  22. def getInteger(max: Int): Int

  23. def getInteger(): Int

  24. def getString(length: Int): String

  25. def getString(): String

  26. def guid(version: Int): String

  27. def guid(): String

  28. def hash(length: Int): String

  29. def hash(): String

  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def letterify(string: String): String

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def numerify(string: String): String

  37. def string(charsSequence: String, max: Int): String

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped