Java org.jfree.data.time FixedMillisecond fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.time FixedMillisecond fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.time FixedMillisecond.

The text is from its open source code.

Constructor

FixedMillisecond(long millisecond)
Constructs a millisecond.
FixedMillisecond(Date time)
Constructs a millisecond.
FixedMillisecond()
Constructs a millisecond based on the current system time.

Method

booleanequals(Object object)
Tests the equality of this object against an arbitrary Object.
longgetFirstMillisecond()
Returns the first millisecond of the time period.
inthashCode()
Returns a hash code for this object instance.
RegularTimePeriodnext()
Returns the millisecond following this one.