Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
31
libjava/java/util/concurrent/TimeUnit$3.h
Normal file
31
libjava/java/util/concurrent/TimeUnit$3.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_concurrent_TimeUnit$3__
|
||||
#define __java_util_concurrent_TimeUnit$3__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/util/concurrent/TimeUnit.h>
|
||||
|
||||
class java::util::concurrent::TimeUnit$3 : public ::java::util::concurrent::TimeUnit
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
TimeUnit$3(::java::lang::String *, jint);
|
||||
public:
|
||||
jlong toNanos(jlong);
|
||||
jlong toMicros(jlong);
|
||||
jlong toMillis(jlong);
|
||||
jlong toSeconds(jlong);
|
||||
jlong toMinutes(jlong);
|
||||
jlong toHours(jlong);
|
||||
jlong toDays(jlong);
|
||||
jlong convert(jlong, ::java::util::concurrent::TimeUnit *);
|
||||
public: // actually package-private
|
||||
jint excessNanos(jlong, jlong);
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_concurrent_TimeUnit$3__
|
Loading…
Add table
Add a link
Reference in a new issue