abstract class Format extends Cloneable

Linear Supertypes
Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Format
  2. Cloneable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def format(obj: AnyRef, toAppendTo: StringBuffer, pos: FieldPosition): StringBuffer
  2. abstract def parseObject(source: String, pos: ParsePosition): AnyRef

Concrete Value Members

  1. def format(obj: AnyRef): String
  2. def formatToCharacterIterator(obj: AnyRef): AttributedCharacterIterator
  3. def parseObject(source: String): AnyRef