/
githubmirror
/
jdk17u-dev
ОбзорДокументацияВойти
/
githubmirror
/
jdk17u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jdk17u-dev/
.../java/util/
..
concurrent

8365058: Enhance CopyOnWriteArraySet

7 месяцев назад
doc-files

8268077: java.util.List missing from Collections Framework Overview

5 лет назад
function

8204172: Predicate::not should explicitly mention "NullPointerException - if target is null"

8 лет назад
jar

8377833: Enhance Jar file processing

месяц назад
random

8272866: java.util.random package summary contains incorrect mixing function in table

4 года назад
regex

8317264: Pattern.Bound has `static` fields that should be `static final`.

9 месяцев назад
spi

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
stream

8214761: Bug in parallel Kahan summation implementation

5 лет назад
zip

8341625: Improve ZipFile validation of the END header

8 дней назад
AbstractCollection.java

8223593: Refactor code for reallocating storage

7 лет назад
AbstractList.java

8161558: ListIterator should not discard cause on exception

6 лет назад
AbstractMap.java

8199318: add idempotent copy operation for Map.Entry

5 лет назад
AbstractQueue.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
AbstractSequentialList.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
AbstractSet.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
ArrayDeque.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
ArrayList.java

8231800: Better listing of arrays

6 лет назад
ArrayPrefixHelpers.java

8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes

7 лет назад
Arrays.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
ArraysParallelSortHelpers.java

8226297: Dual-pivot quicksort improvements

7 лет назад
Base64.java

8268276: Base64 Decoding optimization for x86 using AVX-512

4 года назад
BitSet.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
Calendar.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
Collection.java

8231977: Discuss serializability of collections

7 лет назад
Collections.java

8314236: Overflow in Collections.rotate

год назад
ComparableTimSort.java

8203864: Execution error in Java's Timsort

8 лет назад
Comparator.java

8262875: doccheck: empty paragraphs, etc in java.base module

5 лет назад
Comparators.java

8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes

7 лет назад
ConcurrentModificationException.java

8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base

7 лет назад
Currency.java

8353713: Improve Currency.getInstance exception handling

год назад
Date.java

8230648: Replace @exception tag with @throws in java.base

7 лет назад
Deque.java

8200728: Docs (Comparison of Stack and Deque methods) for Deque is not correct

8 лет назад
Dictionary.java

8255989: Remove explicitly unascribed authorship from Java source files

6 лет назад
DoubleSummaryStatistics.java

8214761: Bug in parallel Kahan summation implementation

5 лет назад
DualPivotQuicksort.java

8226297: Dual-pivot quicksort improvements

7 лет назад
DuplicateFormatFlagsException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
EmptyStackException.java

8234335: Remove line break in class declaration in java.base

7 лет назад
EnumMap.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
EnumSet.java

8254161: Prevent instantiation of EnumSet subclasses through deserialization

6 лет назад
Enumeration.java

8241014: Miscellaneous typos in documentation comments

6 лет назад
EventListener.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
EventListenerProxy.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
EventObject.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
FormatFlagsConversionMismatchException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
Formattable.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
FormattableFlags.java

8190382: fix small typographic errors in comments

9 лет назад
Formatter.java

8335252: Reduce size of j.u.Formatter.Conversion#isValid

год назад
FormatterClosedException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
GregorianCalendar.java

8267587: Update java.util to use enhanced switch

5 лет назад
HashMap.java

8266097: Better hashing support

5 лет назад
HashSet.java

8266097: Better hashing support

5 лет назад
Hashtable.java

8270416: Enhance construction of Identity maps

5 лет назад
HexFormat.java

8264514: HexFormat implementation tweaks

5 лет назад
IdentityHashMap.java

8270416: Enhance construction of Identity maps

5 лет назад
IllegalFormatArgumentIndexException.java

8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

6 лет назад
IllegalFormatCodePointException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
IllegalFormatConversionException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
IllegalFormatException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
IllegalFormatFlagsException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
IllegalFormatPrecisionException.java

8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

6 лет назад
IllegalFormatWidthException.java

8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

6 лет назад
IllformedLocaleException.java

8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base

7 лет назад
ImmutableCollections.java

8257845: Integrate JEP 390 8254047: [JEP 390] Revise "value-based class" & apply to wrappers 8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased 8252183: [JEP 390] Add 'lint' warning for @ValueBased classes 8257027: [JEP 390] Diagnose synchronization on @ValueBased classes 8252180: [JEP 390] Deprecate wrapper class constructors for removal

6 лет назад
InputMismatchException.java

8255989: Remove explicitly unascribed authorship from Java source files

6 лет назад
IntSummaryStatistics.java

8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count

7 лет назад
InvalidPropertiesFormatException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
Iterator.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
JapaneseImperialCalendar.java

8267587: Update java.util to use enhanced switch

5 лет назад
JumboEnumSet.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
KeyValueHolder.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
LinkedHashMap.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
LinkedHashSet.java

8157729: examples in LinkedHashMap and LinkedHashSet class doc use raw types

6 лет назад
LinkedList.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
List.java

8257845: Integrate JEP 390 8254047: [JEP 390] Revise "value-based class" & apply to wrappers 8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased 8252183: [JEP 390] Add 'lint' warning for @ValueBased classes 8257027: [JEP 390] Diagnose synchronization on @ValueBased classes 8252180: [JEP 390] Deprecate wrapper class constructors for removal

6 лет назад
ListIterator.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
ListResourceBundle.java

8251548: Remove unnecessary explicit initialization of volatile variables in security-libs code

6 лет назад
Locale.java

8269513: Clarify the spec wrt `useOldISOCodes` system property

5 лет назад
LocaleISOData.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
LongSummaryStatistics.java

8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count

7 лет назад
Map.java

8199318: add idempotent copy operation for Map.Entry

5 лет назад
MissingFormatArgumentException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
MissingFormatWidthException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
MissingResourceException.java

8234335: Remove line break in class declaration in java.base

7 лет назад
NavigableMap.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
NavigableSet.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
NoSuchElementException.java

8255989: Remove explicitly unascribed authorship from Java source files

6 лет назад
Objects.java

8282143: Objects.requireNonNull should be ForceInline

4 года назад
Observable.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Observer.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Optional.java

8276904: Optional.toString() is unnecessarily expensive

4 года назад
OptionalDouble.java

8276904: Optional.toString() is unnecessarily expensive

4 года назад
OptionalInt.java

8276904: Optional.toString() is unnecessarily expensive

4 года назад
OptionalLong.java

8276904: Optional.toString() is unnecessarily expensive

4 года назад
PrimitiveIterator.java

8267939: Clarify the specification of iterator and spliterator forEachRemaining

5 лет назад
PriorityQueue.java

8231800: Better listing of arrays

6 лет назад
Properties.java

8267587: Update java.util to use enhanced switch

5 лет назад
PropertyPermission.java

8267587: Update java.util to use enhanced switch

5 лет назад
PropertyResourceBundle.java

8249687: Use inline @jls and @jvm tages in more places in java.base

6 лет назад
Queue.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
Random.java

8265137: java.util.Random suddenly has new public methods nowhere documented

5 лет назад
RandomAccess.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
RegularEnumSet.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
ResourceBundle.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
Scanner.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
ServiceConfigurationError.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
ServiceLoader.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
Set.java

8257845: Integrate JEP 390 8254047: [JEP 390] Revise "value-based class" & apply to wrappers 8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased 8252183: [JEP 390] Add 'lint' warning for @ValueBased classes 8257027: [JEP 390] Diagnose synchronization on @ValueBased classes 8252180: [JEP 390] Deprecate wrapper class constructors for removal

6 лет назад
SimpleTimeZone.java

8369184: SimpleTimeZone equals() Returns True for Unequal Instances with Different hashCode Values

10 месяцев назад
SortedMap.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
SortedSet.java

8199465: {@docRoot} references need to be updated to reflect new module/package structure

8 лет назад
Spliterator.java

8267939: Clarify the specification of iterator and spliterator forEachRemaining

5 лет назад
Spliterators.java

8267452: Delegate forEachRemaining in Spliterators.iterator()

5 лет назад
SplittableRandom.java

8270075: SplittableRandom extends AbstractSplittableGenerator

5 лет назад
Stack.java

8234335: Remove line break in class declaration in java.base

7 лет назад
StringJoiner.java

8265237: String.join and StringJoiner can be improved further

5 лет назад
StringTokenizer.java

8255989: Remove explicitly unascribed authorship from Java source files

6 лет назад
TimSort.java

8203864: Execution error in Java's Timsort

8 лет назад
TimeZone.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
Timer.java

8263903: Use Cleaner instead of finalize to auto stop Timer thread

5 лет назад
TimerTask.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
TooManyListenersException.java

8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base

7 лет назад
TreeMap.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
TreeSet.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
Tripwire.java

8266459: Implement JEP 411: Deprecate the Security Manager for Removal

5 лет назад
UUID.java

8170432: Class java.util.UUID & @Override

6 лет назад
UnknownFormatConversionException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
UnknownFormatFlagsException.java

8229997: Apply java.io.Serial annotations in java.base

7 лет назад
Vector.java

8277093: Vector should throw ClassNotFoundException for a missing class of an element

5 лет назад
WeakHashMap.java

8267110: Update java.util to use instanceof pattern variable

5 лет назад
package-info.java

8187443: Forest Consolidation: Move files to unified layout

9 лет назад