Merge "API: Update java.util.Date to OpenJDK8u60"
This commit is contained in:
@@ -60578,6 +60578,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -60596,6 +60597,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
@@ -64178,6 +64178,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -64196,6 +64197,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
@@ -60669,6 +60669,7 @@ package java.util {
|
||||
method public boolean before(java.util.Date);
|
||||
method public java.lang.Object clone();
|
||||
method public int compareTo(java.util.Date);
|
||||
method public static java.util.Date from(java.time.Instant);
|
||||
method public deprecated int getDate();
|
||||
method public deprecated int getDay();
|
||||
method public deprecated int getHours();
|
||||
@@ -60687,6 +60688,7 @@ package java.util {
|
||||
method public void setTime(long);
|
||||
method public deprecated void setYear(int);
|
||||
method public deprecated java.lang.String toGMTString();
|
||||
method public java.time.Instant toInstant();
|
||||
method public deprecated java.lang.String toLocaleString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user