ReadablePeriod.smali
.class public interface abstract Lorg/joda/time/ReadablePeriod;
.super Ljava/lang/Object;
.source "ReadablePeriod.java"
# virtual methods
.method public abstract equals(Ljava/lang/Object;)Z
.end method
.method public abstract get(Lorg/joda/time/DurationFieldType;)I
.end method
.method public abstract getFieldType(I)Lorg/joda/time/DurationFieldType;
.end method
.method public abstract getPeriodType()Lorg/joda/time/PeriodType;
.end method
.method public abstract getValue(I)I
.end method
.method public abstract hashCode()I
.end method
.method public abstract isSupported(Lorg/joda/time/DurationFieldType;)Z
.end method
.method public abstract size()I
.end method
.method public abstract toMutablePeriod()Lorg/joda/time/MutablePeriod;
.end method
.method public abstract toPeriod()Lorg/joda/time/Period;
.end method
.method public abstract toString()Ljava/lang/String;
.end method