cn.bran.japid.util

JapidDateFormat

class JapidDateFormat extends Format

Linear Supertypes
Format, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JapidDateFormat
  2. Format
  3. Cloneable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JapidDateFormat(pattern: String, timeZone: TimeZone, locale: Locale)

    Attributes
    protected[cn.bran.japid.util]

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. def applyRules(calendar: Calendar, buf: StringBuffer): StringBuffer

    Attributes
    protected[cn.bran.japid.util]
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Definition Classes
    Format → AnyRef
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def format(calendar: Calendar, buf: StringBuffer): StringBuffer

  13. def format(date: Date, buf: StringBuffer): StringBuffer

  14. def format(millis: Long, buf: StringBuffer): StringBuffer

  15. def format(calendar: Calendar): String

  16. def format(date: Date): String

  17. def format(millis: Long): String

  18. def format(obj: Any, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer

    Definition Classes
    JapidDateFormat → Format
  19. final def format(arg0: Any): String

    Definition Classes
    Format
  20. def formatToCharacterIterator(arg0: Any): AttributedCharacterIterator

    Definition Classes
    Format
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getLocale(): Locale

  23. def getMaxLengthEstimate(): Int

  24. def getPattern(): String

  25. def getTimeZone(): TimeZone

  26. def getTimeZoneOverridesCalendar(): Boolean

  27. def hashCode(): Int

    Definition Classes
    JapidDateFormat → AnyRef → Any
  28. def init(): Unit

    Attributes
    protected[cn.bran.japid.util]
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def parseObject(source: String, pos: ParsePosition): AnyRef

    Definition Classes
    JapidDateFormat → Format
  34. def parseObject(arg0: String): AnyRef

    Definition Classes
    Format
    Annotations
    @throws()
  35. def parsePattern(): List

    Attributes
    protected[cn.bran.japid.util]
  36. def parseToken(pattern: String, indexRef: Array[Int]): String

    Attributes
    protected[cn.bran.japid.util]
  37. def selectNumberRule(field: Int, padding: Int): NumberRule

    Attributes
    protected[cn.bran.japid.util]
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    JapidDateFormat → 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 Format

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped