Example usage for org.joda.time MutableInterval subclass-usage

List of usage examples for org.joda.time MutableInterval subclass-usage

Introduction

In this page you can find the example usage for org.joda.time MutableInterval subclass-usage.

Usage

From source file org.key2gym.client.util.BindableMutableInterval.java

public class BindableMutableInterval extends MutableInterval {

    public BindableMutableInterval(Object interval) {
        super(interval);
    }