Uses of Interface org.joda.time.ReadWritablePeriod

Uses in package org.joda.time.convert

Methods with parameter type org.joda.time.ReadWritablePeriod

void
PeriodConverter.setInto(ReadWritablePeriod period, Object object, Chronology chrono)
Extracts duration values from an object of this converter's type, and sets them into the given ReadWritableDuration.

Uses in package org.joda.time

Classes implementing org.joda.time.ReadWritablePeriod

class
Standard mutable time period implementation.

Uses in package org.joda.time.format

Methods with parameter type org.joda.time.ReadWritablePeriod

int
PeriodFormatter.parseInto(ReadWritablePeriod period, String text, int position)
Parses a period from the given text, at the given position, saving the result into the fields of the given ReadWritablePeriod.
int
PeriodParser.parseInto(ReadWritablePeriod period, String periodStr, int position, Locale locale)
Parses a period from the given text, at the given position, saving the result into the fields of the given ReadWritablePeriod.

Copyright (c) 2001-2006 - Joda.org