Es gibt 487 neue Methoden in den "alten" Klassen, Interfaces etc. Die folgende Tabelle ist alphabetisch nach Packages geordnet.
1.8 Methoden in 1.7 Klassen etc. |
Package | Klasse | Methode | Exception |
java.awt | KeyboardFocusManager | public void clearFocusOwner() | |
java.io | BufferedReader | public Stream<String> lines() | |
java.lang | Boolean | public static int hashCode(boolean value) | |
| | public static boolean logicalAnd(boolean a, boolean b) | |
| | public static boolean logicalOr(boolean a, boolean b) | |
| | public static boolean logicalXor(boolean a, boolean b) | |
java.lang | Byte | public static int hashCode(byte value) | |
| | public static int toUnsignedInt(byte x) | |
| | public static long toUnsignedLong(byte x) | |
java.lang | Character | public static int hashCode(char value) | |
java.lang | CharSequence | default IntStream chars() | |
| | default IntStream codePoints() | |
java.lang | Class | public String toGenericString() | |
| | public String getTypeName() | |
| | public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationClass) | |
| | public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) | |
| | public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) | |
| | public AnnotatedType getAnnotatedSuperclass() | |
| | public AnnotatedType[] getAnnotatedInterfaces() | |
java.lang | Double | public static boolean isFinite(double d) | |
| | public static int hashCode(double value) | |
| | public static double sum(double a, double b) | |
| | public static double max(double a, double b) | |
| | public static double min(double a, double b) | |
java.lang | Float | public static boolean isFinite(float f) | |
| | public static int hashCode(float value) | |
| | public static float sum(float a, float b) | |
| | public static float max(float a, float b) | |
| | public static float min(float a, float b) | |
java.lang | Integer | public static String toUnsignedString(int i, int radix) | |
| | public static String toUnsignedString(int i) | |
| | public static int parseUnsignedInt(String s, int radix) | NumberFormatException |
| | public static int parseUnsignedInt(String s) | NumberFormatException |
| | public static int hashCode(int value) | |
| | public static int compareUnsigned(int x, int y) | |
| | public static long toUnsignedLong(int x) | |
| | public static int divideUnsigned(int dividend, int divisor) | |
| | public static int remainderUnsigned(int dividend, int divisor) | |
| | public static int sum(int a, int b) | |
| | public static int max(int a, int b) | |
| | public static int min(int a, int b) | |
java.lang | Iterable | default void forEach(Consumer<? super T> action) | |
| | default Spliterator<T> spliterator() | |
java.lang | Long | public static String toUnsignedString(long i, int radix) | |
| | public static String toUnsignedString(long i) | |
| | public static long parseUnsignedLong(String s, int radix) | NumberFormatException |
| | public static long parseUnsignedLong(String s) | NumberFormatException |
| | public static int hashCode(long value) | |
| | public static int compareUnsigned(long x, long y) | |
| | public static long divideUnsigned(long dividend, long divisor) | |
| | public static long remainderUnsigned(long dividend, long divisor) | |
| | public static long sum(long a, long b) | |
| | public static long max(long a, long b) | |
| | public static long min(long a, long b) | |
java.lang | Math | public static int addExact(int x, int y) | |
| | public static long addExact(long x, long y) | |
| | public static int subtractExact(int x, int y) | |
| | public static long subtractExact(long x, long y) | |
| | public static int multiplyExact(int x, int y) | |
| | public static long multiplyExact(long x, long y) | |
| | public static int incrementExact(int a) | |
| | public static long incrementExact(long a) | |
| | public static int decrementExact(int a) | |
| | public static long decrementExact(long a) | |
| | public static int negateExact(int a) | |
| | public static long negateExact(long a) | |
| | public static int toIntExact(long value) | |
| | public static int floorDiv(int x, int y) | |
| | public static long floorDiv(long x, long y) | |
| | public static int floorMod(int x, int y) | |
| | public static long floorMod(long x, long y) | |
| | public static double nextDown(double d) | |
| | public static float nextDown(float f) | |
java.lang | Package | public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationClass) | |
| | public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) | |
| | public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) | |
java.lang | Process | public boolean waitFor(long timeout, TimeUnit unit) | InterruptedException |
| | public Process destroyForcibly() | |
| | public boolean isAlive() | |
java.lang | Short | public static int hashCode(short value) | |
| | public static int toUnsignedInt(short x) | |
| | public static long toUnsignedLong(short x) | |
java.lang | StrictMath | public static int addExact(int x, int y) | |
| | public static long addExact(long x, long y) | |
| | public static int subtractExact(int x, int y) | |
| | public static long subtractExact(long x, long y) | |
| | public static int multiplyExact(int x, int y) | |
| | public static long multiplyExact(long x, long y) | |
| | public static int toIntExact(long value) | |
| | public static int floorDiv(int x, int y) | |
| | public static long floorDiv(long x, long y) | |
| | public static int floorMod(int x, int y) | |
| | public static long floorMod(long x, long y) | |
| | public static double nextDown(double d) | |
| | public static float nextDown(float f) | |
java.lang | String | public static String join(CharSequence delimiter, CharSequence... elements) | |
| | public static String join(CharSequence delimiter, Iterable<? extends CharSequence> elements) | |
java.lang | ThreadLocal | public static <S> ThreadLocal<S> withInitial(Supplier<? extends S> supplier) | |
java.lang.invoke | MethodHandles | public static <T extends Member> T reflectAs(Class<T> expected, MethodHandle target) | |
java.lang.management | LockInfo | public static LockInfo from(CompositeData cd) | |
java.lang.reflect | AccessibleObject | public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) | |
| | public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) | |
| | public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) | |
java.lang.reflect | AnnotatedElement | default <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) | |
| | default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) | |
| | default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) | |
java.lang.reflect | Constructor | public AnnotatedType getAnnotatedReturnType() | |
| | public AnnotatedType getAnnotatedReceiverType() | |
java.lang.reflect | Field | public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) | |
| | public AnnotatedType getAnnotatedType() | |
java.lang.reflect | Method | public boolean isDefault() | |
| | public AnnotatedType getAnnotatedReturnType() | |
java.lang.reflect | Modifier | public static int parameterModifiers() | |
java.lang.reflect | TypeVariable | AnnotatedType[] getAnnotatedBounds() | |
java.math | BigInteger | public long longValueExact() | |
| | public int intValueExact() | |
| | public short shortValueExact() | |
| | public byte byteValueExact() | |
java.nio.file | Files | public static BufferedReader newBufferedReader(Path path) | IOException |
| | public static BufferedWriter newBufferedWriter(Path path, OpenOption... options) | IOException |
| | public static List<String> readAllLines(Path path) | IOException |
| | public static Path write(Path path, Iterable<? extends CharSequence> lines, OpenOption... options) | IOException |
| | public static Stream<Path> list(Path dir) | IOException |
| | public static Stream<Path> walk(Path start, int maxDepth, FileVisitOption... options) | IOException |
| | public static Stream<Path> walk(Path start, FileVisitOption... options) | IOException |
| | public static Stream<Path> find(Path start, int maxDepth, BiPredicate<Path,BasicFileAttributes> matcher, FileVisitOption... options) | IOException |
| | public static Stream<String> lines(Path path, Charset cs) | IOException |
| | public static Stream<String> lines(Path path) | IOException |
java.nio.file.attribute | FileTime | public static FileTime from(Instant instant) | |
| | public Instant toInstant() | |
java.security | AccessController | public static <T> T doPrivileged(PrivilegedAction<T> action, AccessControlContext context, Permission... perms) | |
| | public static <T> T doPrivilegedWithCombiner(PrivilegedAction<T> action, AccessControlContext context, Permission... perms) | |
| | public static <T> T doPrivileged(PrivilegedExceptionAction<T> action, AccessControlContext context, Permission... perms) | PrivilegedActionException |
| | public static <T> T doPrivilegedWithCombiner(PrivilegedExceptionAction<T> action, AccessControlContext context, Permission... perms) | PrivilegedActionException |
java.security | Provider | public Object putIfAbsent(Object key, Object value) | |
| | public boolean remove(Object key, Object value) | |
| | public boolean replace(Object key, Object oldValue, Object newValue) | |
| | public Object replace(Object key, Object value) | |
| | public void replaceAll(BiFunction<? super Object,? super Object,? extends Object> function) | |
| | public Object compute(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction) | |
| | public Object computeIfAbsent(Object key, Function<? super Object,? extends Object> mappingFunction) | |
| | public Object computeIfPresent(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction) | |
| | public Object merge(Object key, Object value, BiFunction<? super Object,? super Object,? extends Object> remappingFunction) | |
| | public Object getOrDefault(Object key, Object defaultValue) | |
| | public void forEach(BiConsumer<? super Object,? super Object> action) | |
java.security | SecureRandom | public static SecureRandom getInstanceStrong() | NoSuchAlgorithmException |
java.security.KeyStore | PasswordProtection | public String getProtectionAlgorithm() | |
| | public AlgorithmParameterSpec getProtectionParameters() | |
java.security.KeyStore | PrivateKeyEntry | public Set<KeyStore.Entry.Attribute> getAttributes() | |
java.security.KeyStore | SecretKeyEntry | public Set<KeyStore.Entry.Attribute> getAttributes() | |
java.security.KeyStore | TrustedCertificateEntry | public Set<KeyStore.Entry.Attribute> getAttributes() | |
java.security.cert | CertPathBuilder | public final CertPathChecker getRevocationChecker() | |
java.security.cert | CertPathBuilderSpi | public CertPathChecker engineGetRevocationChecker() | |
java.security.cert | CertPathValidator | public final CertPathChecker getRevocationChecker() | |
java.security.cert | CertPathValidatorSpi | public CertPathChecker engineGetRevocationChecker() | |
java.security.cert | X509Certificate | public void verify(PublicKey key, Provider sigProvider), throws CertificateException, NoSuchAlgorithmException, InvalidKeyException | SignatureException |
java.sql | BatchUpdateException | public long[] getLargeUpdateCounts() | |
java.sql | CallableStatement | default void setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) | SQLException |
| | default void setObject(String parameterName, Object x, SQLType targetSqlType) | SQLException |
| | default void registerOutParameter(int parameterIndex, SQLType sqlType) | SQLException |
| | default void registerOutParameter(int parameterIndex, SQLType sqlType, int scale) | SQLException |
| | default void registerOutParameter(int parameterIndex, SQLType sqlType, String typeName) | SQLException |
| | default void registerOutParameter(String parameterName, SQLType sqlType) | SQLException |
| | default void registerOutParameter(String parameterName, SQLType sqlType, int scale) | SQLException |
| | default void registerOutParameter(String parameterName, SQLType sqlType, String typeName) | SQLException |
java.sql | DatabaseMetaData | default long getMaxLogicalLobSize() | SQLException |
| | default boolean supportsRefCursors() | SQLException |
java.sql | DriverManager | public static void registerDriver(Driver driver, DriverAction da) | SQLException |
java.sql | PreparedStatement | default void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength) | SQLException |
| | default void setObject(int parameterIndex, Object x, SQLType targetSqlType) | SQLException |
| | default long executeLargeUpdate() | SQLException |
java.sql | ResultSet | default void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) | SQLException |
| | default void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) | SQLException |
| | default void updateObject(int columnIndex, Object x, SQLType targetSqlType) | SQLException |
| | default void updateObject(String columnLabel, Object x, SQLType targetSqlType) | SQLException |
java.sql | SQLInput | default <T> T readObject(Class<T> type) | SQLException |
java.sql | SQLOutput | default void writeObject(Object x, SQLType targetSqlType) | SQLException |
java.sql | Statement | default long getLargeUpdateCount() | SQLException |
| | default void setLargeMaxRows(long max) | SQLException |
| | default long getLargeMaxRows() | SQLException |
| | default long[] executeLargeBatch() | SQLException |
| | default long executeLargeUpdate(String sql) | SQLException |
| | default long executeLargeUpdate(String sql, int autoGeneratedKeys) | SQLException |
| | default long executeLargeUpdate(String sql, int[] columnIndexes) | SQLException |
| | default long executeLargeUpdate(String sql, String[] columnNames) | SQLException |
java.sql | Timestamp | public static Timestamp valueOf(LocalDateTime dateTime) | |
| | public LocalDateTime toLocalDateTime() | |
| | public static Timestamp from(Instant instant) | |
| | public Instant toInstant() | |
java.util | ArrayDeque | public Spliterator<E> spliterator() | |
java.util | ArrayList | public Spliterator<E> spliterator() | |
java.util | Arrays | public static void parallelSort(byte[] a) | |
| | public static void parallelSort(byte[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(char[] a) | |
| | public static void parallelSort(char[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(short[] a) | |
| | public static void parallelSort(short[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(int[] a) | |
| | public static void parallelSort(int[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(long[] a) | |
| | public static void parallelSort(long[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(float[] a) | |
| | public static void parallelSort(float[] a, int fromIndex, int toIndex) | |
| | public static void parallelSort(double[] a) | |
| | public static void parallelSort(double[] a, int fromIndex, int toIndex) | |
| | public static <T extends Comparable<? super T>> void parallelSort(T[] a) | |
| | public static <T extends Comparable<? super T>> void parallelSort(T[] a, int fromIndex, int toIndex) | |
| | public static <T> void parallelSort(T[] a, Comparator<? super T> cmp) | |
| | public static <T> void parallelSort(T[] a, int fromIndex, int toIndex, Comparator<? super T> cmp) | |
| | public static <T> void parallelPrefix(T[] array, BinaryOperator<T> op) | |
| | public static <T> void parallelPrefix(T[] array, int fromIndex, int toIndex, BinaryOperator<T> op) | |
| | public static void parallelPrefix(long[] array, LongBinaryOperator op) | |
| | public static void parallelPrefix(long[] array, int fromIndex, int toIndex, LongBinaryOperator op) | |
| | public static void parallelPrefix(double[] array, DoubleBinaryOperator op) | |
| | public static void parallelPrefix(double[] array, int fromIndex, int toIndex, DoubleBinaryOperator op) | |
| | public static void parallelPrefix(int[] array, IntBinaryOperator op) | |
| | public static void parallelPrefix(int[] array, int fromIndex, int toIndex, IntBinaryOperator op) | |
| | public static <T> void setAll(T[] array, IntFunction<? extends T> generator) | |
| | public static <T> void parallelSetAll(T[] array, IntFunction<? extends T> generator) | |
| | public static void setAll(int[] array, IntUnaryOperator generator) | |
| | public static void parallelSetAll(int[] array, IntUnaryOperator generator) | |
| | public static void setAll(long[] array, IntToLongFunction generator) | |
| | public static void parallelSetAll(long[] array, IntToLongFunction generator) | |
| | public static void setAll(double[] array, IntToDoubleFunction generator) | |
| | public static void parallelSetAll(double[] array, IntToDoubleFunction generator) | |
| | public static <T> Spliterator<T> spliterator(T[] array) | |
| | public static <T> Spliterator<T> spliterator(T[] array, int startInclusive, int endExclusive) | |
| | public static Spliterator.OfInt spliterator(int[] array) | |
| | public static Spliterator.OfInt spliterator(int[] array, int startInclusive, int endExclusive) | |
| | public static Spliterator.OfLong spliterator(long[] array) | |
| | public static Spliterator.OfLong spliterator(long[] array, int startInclusive, int endExclusive) | |
| | public static Spliterator.OfDouble spliterator(double[] array) | |
| | public static Spliterator.OfDouble spliterator(double[] array, int startInclusive, int endExclusive) | |
| | public static <T> Stream<T> stream(T[] array) | |
| | public static <T> Stream<T> stream(T[] array, int startInclusive, int endExclusive) | |
| | public static IntStream stream(int[] array) | |
| | public static IntStream stream(int[] array, int startInclusive, int endExclusive) | |
| | public static LongStream stream(long[] array) | |
| | public static LongStream stream(long[] array, int startInclusive, int endExclusive) | |
| | public static DoubleStream stream(double[] array) | |
| | public static DoubleStream stream(double[] array, int startInclusive, int endExclusive) | |
java.util | BitSet | public IntStream stream() | |
java.util | Calendar | public static Set<String> getAvailableCalendarTypes() | |
| | public String getCalendarType() | |
| | public final Instant toInstant() | |
java.util | Collection | default boolean removeIf(Predicate<? super E> filter) | |
| | default Spliterator<E> spliterator() | |
| | default Stream<E> stream() | |
| | default Stream<E> parallelStream() | |
java.util | Collections | public static <T> NavigableSet<T> unmodifiableNavigableSet(NavigableSet<T> s) | |
| | public static <K,V> NavigableMap<K,V> unmodifiableNavigableMap(NavigableMap<K,? extends V> m) | |
| | public static <T> NavigableSet<T> synchronizedNavigableSet(NavigableSet<T> s) | |
| | public static <K,V> NavigableMap<K,V> synchronizedNavigableMap(NavigableMap<K,V> m) | |
| | public static <E> Queue<E> checkedQueue(Queue<E> queue, Class<E> type) | |
| | public static <E> NavigableSet<E> checkedNavigableSet(NavigableSet<E> s, Class<E> type) | |
| | public static <K,V> NavigableMap<K,V> checkedNavigableMap(NavigableMap<K,V> m, Class<K> keyType, Class<V> valueType) | |
| | public static <E> SortedSet<E> emptySortedSet() | |
| | public static <E> NavigableSet<E> emptyNavigableSet() | |
| | public static final <K,V> SortedMap<K,V> emptySortedMap() | |
| | public static final <K,V> NavigableMap<K,V> emptyNavigableMap() | |
java.util | Comparator | default Comparator<T> reversed() | |
| | default Comparator<T> thenComparing(Comparator<? super T> other) | |
| | default <U extends Comparable<? super U>> Comparator<T> thenComparing(Function<? super T,? extends U> keyExtractor, Comparator<? super U> keyComparator) | |
| | default <U extends Comparable<? super U>> Comparator<T> thenComparing(Function<? super T,? extends U> keyExtractor) | |
| | default Comparator<T> thenComparingInt(ToIntFunction<? super T> keyExtractor) | |
| | default Comparator<T> thenComparingLong(ToLongFunction<? super T> keyExtractor) | |
| | default Comparator<T> thenComparingDouble(ToDoubleFunction<? super T> keyExtractor) | |
| | static <T extends Comparable<? super T>> Comparator<T> reverseOrder() | |
| | static <T extends Comparable<? super T>> Comparator<T> naturalOrder() | |
| | static <T> Comparator<T> nullsFirst(Comparator<? super T> comparator) | |
| | static <T> Comparator<T> nullsLast(Comparator<? super T> comparator) | |
| | static <T,U> Comparator<T> comparing(Function<? super T,? extends U> keyExtractor, Comparator<? super U> keyComparator) | |
| | static <T,U extends Comparable<? super U>> Comparator<T> comparing(Function<? super T,? extends U> keyExtractor) | |
| | static <T> Comparator<T> comparingInt(ToIntFunction<? super T> keyExtractor) | |
| | static <T> Comparator<T> comparingLong(ToLongFunction<? super T> keyExtractor) | |
| | static <T> Comparator<T> comparingDouble(ToDoubleFunction<? super T> keyExtractor) | |
java.util | Date | public static Date from(Instant instant) | |
| | public Instant toInstant() | |
java.util | GregorianCalendar | public String getCalendarType() | |
| | public ZonedDateTime toZonedDateTime() | |
| | public static GregorianCalendar from(ZonedDateTime zdt) | |
java.util | HashSet | public Spliterator<E> spliterator() | |
java.util | Iterator | default void forEachRemaining(Consumer<? super E> action) | |
java.util | LinkedList | public Spliterator<E> spliterator() | |
java.util | List | default void replaceAll(UnaryOperator<E> operator) | |
| | default void sort(Comparator<? super E> c) | |
| | default Spliterator<E> spliterator() | |
java.util | Locale | public boolean hasExtensions() | |
| | public Locale stripExtensions() | |
| | public static List<Locale> filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales, Locale.FilteringMode mode) | |
| | public static List<Locale> filter(List<Locale.LanguageRange> priorityList, Collection<Locale> locales) | |
| | public static List<String> filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags, Locale.FilteringMode mode) | |
| | public static List<String> filterTags(List<Locale.LanguageRange> priorityList, Collection<String> tags) | |
| | public static Locale lookup(List<Locale.LanguageRange> priorityList, Collection<Locale> locales) | |
| | public static String lookupTag(List<Locale.LanguageRange> priorityList, Collection<String> tags) | |
java.util | Map | default V getOrDefault(Object key, V defaultValue) | |
| | default void forEach(BiConsumer<? super K,? super V> action) | |
| | default void replaceAll(BiFunction<? super K,? super V,? extends V> function) | |
| | default V putIfAbsent(K key, V value) | |
| | default boolean remove(Object key, Object value) | |
| | default boolean replace(K key, V oldValue, V newValue) | |
| | default V replace(K key, V value) | |
| | default V computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction) | |
| | default V computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | default V compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | default V merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction) | |
java.util | Objects | public static boolean isNull(Object obj) | |
| | public static boolean nonNull(Object obj) | |
| | public static <T> T requireNonNull(T obj, Supplier<String> messageSupplier) | |
java.util | PriorityQueue | public final Spliterator<E> spliterator() | |
java.util | Random | public IntStream ints(long streamSize) | |
| | public IntStream ints() | |
| | public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) | |
| | public IntStream ints(int randomNumberOrigin, int randomNumberBound) | |
| | public LongStream longs(long streamSize) | |
| | public LongStream longs() | |
| | public LongStream longs(long streamSize, long randomNumberOrigin, long randomNumberBound) | |
| | public LongStream longs(long randomNumberOrigin, long randomNumberBound) | |
| | public DoubleStream doubles(long streamSize) | |
| | public DoubleStream doubles() | |
| | public DoubleStream doubles(long streamSize, double randomNumberOrigin, double randomNumberBound) | |
| | public DoubleStream doubles(double randomNumberOrigin, double randomNumberBound) | |
java.util | ResourceBundle | public String getBaseBundleName() | |
java.util | Set | default Spliterator<E> spliterator() | |
java.util | SortedSet | default Spliterator<E> spliterator() | |
java.util | TimeZone | public static TimeZone getTimeZone(ZoneId zoneId) | |
| | public ZoneId toZoneId() | |
java.util | TreeSet | public Spliterator<E> spliterator() | |
java.util | Vector | public Spliterator<E> spliterator() | |
java.util.Map | Entry | static <K extends Comparable<? super K>,V> Comparator<Map.Entry<K,V>> comparingByKey() | |
| | static <K,V extends Comparable<? super V>> Comparator<Map.Entry<K,V>> comparingByValue() | |
| | static <K,V> Comparator<Map.Entry<K,V>> comparingByKey(Comparator<? super K> cmp) | |
| | static <K,V> Comparator<Map.Entry<K,V>> comparingByValue(Comparator<? super V> cmp) | |
java.util.concurrent | ArrayBlockingQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | ConcurrentHashMap | public long mappingCount() | |
| | public static <K> ConcurrentHashMap.KeySetView<K,Boolean> newKeySet() | |
| | public static <K> ConcurrentHashMap.KeySetView<K,Boolean> newKeySet(int initialCapacity) | |
| | public void forEach(long parallelismThreshold, BiConsumer<? super K,? super V> action) | |
| | public <U> void forEach(long parallelismThreshold, BiFunction<? super K,? super V,? extends U> transformer, Consumer<? super U> action) | |
| | public <U> U search(long parallelismThreshold, BiFunction<? super K,? super V,? extends U> searchFunction) | |
| | public <U> U reduce(long parallelismThreshold, BiFunction<? super K,? super V,? extends U> transformer, BiFunction<? super U,? super U,? extends U> reducer) | |
| | public double reduceToDouble(long parallelismThreshold, ToDoubleBiFunction<? super K,? super V> transformer, double basis, DoubleBinaryOperator reducer) | |
| | public long reduceToLong(long parallelismThreshold, ToLongBiFunction<? super K,? super V> transformer, long basis, LongBinaryOperator reducer) | |
| | public int reduceToInt(long parallelismThreshold, ToIntBiFunction<? super K,? super V> transformer, int basis, IntBinaryOperator reducer) | |
| | public void forEachKey(long parallelismThreshold, Consumer<? super K> action) | |
| | public <U> void forEachKey(long parallelismThreshold, Function<? super K,? extends U> transformer, Consumer<? super U> action) | |
| | public <U> U searchKeys(long parallelismThreshold, Function<? super K,? extends U> searchFunction) | |
| | public K reduceKeys(long parallelismThreshold, BiFunction<? super K,? super K,? extends K> reducer) | |
| | public <U> U reduceKeys(long parallelismThreshold, Function<? super K,? extends U> transformer, BiFunction<? super U,? super U,? extends U> reducer) | |
| | public double reduceKeysToDouble(long parallelismThreshold, ToDoubleFunction<? super K> transformer, double basis, DoubleBinaryOperator reducer) | |
| | public long reduceKeysToLong(long parallelismThreshold, ToLongFunction<? super K> transformer, long basis, LongBinaryOperator reducer) | |
| | public int reduceKeysToInt(long parallelismThreshold, ToIntFunction<? super K> transformer, int basis, IntBinaryOperator reducer) | |
| | public void forEachValue(long parallelismThreshold, Consumer<? super V> action) | |
| | public <U> void forEachValue(long parallelismThreshold, Function<? super V,? extends U> transformer, Consumer<? super U> action) | |
| | public <U> U searchValues(long parallelismThreshold, Function<? super V,? extends U> searchFunction) | |
| | public V reduceValues(long parallelismThreshold, BiFunction<? super V,? super V,? extends V> reducer) | |
| | public <U> U reduceValues(long parallelismThreshold, Function<? super V,? extends U> transformer, BiFunction<? super U,? super U,? extends U> reducer) | |
| | public double reduceValuesToDouble(long parallelismThreshold, ToDoubleFunction<? super V> transformer, double basis, DoubleBinaryOperator reducer) | |
| | public long reduceValuesToLong(long parallelismThreshold, ToLongFunction<? super V> transformer, long basis, LongBinaryOperator reducer) | |
| | public int reduceValuesToInt(long parallelismThreshold, ToIntFunction<? super V> transformer, int basis, IntBinaryOperator reducer) | |
| | public void forEachEntry(long parallelismThreshold, Consumer<? super Map.Entry<K,V>> action) | |
| | public <U> void forEachEntry(long parallelismThreshold, Function<Map.Entry<K,V>,? extends U> transformer, Consumer<? super U> action) | |
| | public <U> U searchEntries(long parallelismThreshold, Function<Map.Entry<K,V>,? extends U> searchFunction) | |
| | public Map.Entry<K,V> reduceEntries(long parallelismThreshold, BiFunction<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> reducer) | |
| | public <U> U reduceEntries(long parallelismThreshold, Function<Map.Entry<K,V>,? extends U> transformer, BiFunction<? super U,? super U,? extends U> reducer) | |
| | public double reduceEntriesToDouble(long parallelismThreshold, ToDoubleFunction<Map.Entry<K,V>> transformer, double basis, DoubleBinaryOperator reducer) | |
| | public long reduceEntriesToLong(long parallelismThreshold, ToLongFunction<Map.Entry<K,V>> transformer, long basis, LongBinaryOperator reducer) | |
| | public int reduceEntriesToInt(long parallelismThreshold, ToIntFunction<Map.Entry<K,V>> transformer, int basis, IntBinaryOperator reducer) | |
java.util.concurrent | ConcurrentLinkedDeque | public Spliterator<E> spliterator() | |
java.util.concurrent | ConcurrentLinkedQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | ConcurrentMap | default V getOrDefault(Object key, V defaultValue) | |
| | default void forEach(BiConsumer<? super K,? super V> action) | |
| | default void replaceAll(BiFunction<? super K,? super V,? extends V> function) | |
| | default V computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction) | |
| | default V computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | default V compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | default V merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction) | |
java.util.concurrent | ConcurrentSkipListMap | public V getOrDefault(Object key, V defaultValue) | |
| | public V computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction) | |
| | public V computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | public V compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction) | |
| | public V merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction) | |
java.util.concurrent | ConcurrentSkipListSet | public Spliterator<E> spliterator() | |
java.util.concurrent | CopyOnWriteArrayList | public Spliterator<E> spliterator() | |
java.util.concurrent | CopyOnWriteArraySet | public Spliterator<E> spliterator() | |
java.util.concurrent | Executors | public static ExecutorService newWorkStealingPool(int parallelism) | |
| | public static ExecutorService newWorkStealingPool() | |
java.util.concurrent | ForkJoinPool | public static ForkJoinPool commonPool() | |
| | public static int getCommonPoolParallelism() | |
java.util.concurrent | ForkJoinTask | public final void quietlyComplete() | |
| | public final short getForkJoinTaskTag() | |
| | public final short setForkJoinTaskTag(short tag) | |
| | public final boolean compareAndSetForkJoinTaskTag(short e, short tag) | |
java.util.concurrent | LinkedBlockingDeque | public Spliterator<E> spliterator() | |
java.util.concurrent | LinkedBlockingQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | LinkedTransferQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | PriorityBlockingQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | SynchronousQueue | public Spliterator<E> spliterator() | |
java.util.concurrent | ThreadLocalRandom | public IntStream ints(long streamSize) | |
| | public IntStream ints() | |
| | public IntStream ints(long streamSize, int randomNumberOrigin, int randomNumberBound) | |
| | public IntStream ints(int randomNumberOrigin, int randomNumberBound) | |
| | public LongStream longs(long streamSize) | |
| | public LongStream longs() | |
| | public LongStream longs(long streamSize, long randomNumberOrigin, long randomNumberBound) | |
| | public LongStream longs(long randomNumberOrigin, long randomNumberBound) | |
| | public DoubleStream doubles(long streamSize) | |
| | public DoubleStream doubles() | |
| | public DoubleStream doubles(long streamSize, double randomNumberOrigin, double randomNumberBound) | |
| | public DoubleStream doubles(double randomNumberOrigin, double randomNumberBound) | |
java.util.concurrent.atomic | AtomicInteger | public final int getAndUpdate(IntUnaryOperator updateFunction) | |
| | public final int updateAndGet(IntUnaryOperator updateFunction) | |
| | public final int getAndAccumulate(int x, IntBinaryOperator accumulatorFunction) | |
| | public final int accumulateAndGet(int x, IntBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicIntegerArray | public final int getAndUpdate(int i, IntUnaryOperator updateFunction) | |
| | public final int updateAndGet(int i, IntUnaryOperator updateFunction) | |
| | public final int getAndAccumulate(int i, int x, IntBinaryOperator accumulatorFunction) | |
| | public final int accumulateAndGet(int i, int x, IntBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicIntegerFieldUpdater | public final int getAndUpdate(T obj, IntUnaryOperator updateFunction) | |
| | public final int updateAndGet(T obj, IntUnaryOperator updateFunction) | |
| | public final int getAndAccumulate(T obj, int x, IntBinaryOperator accumulatorFunction) | |
| | public final int accumulateAndGet(T obj, int x, IntBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicLong | public final long getAndUpdate(LongUnaryOperator updateFunction) | |
| | public final long updateAndGet(LongUnaryOperator updateFunction) | |
| | public final long getAndAccumulate(long x, LongBinaryOperator accumulatorFunction) | |
| | public final long accumulateAndGet(long x, LongBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicLongArray | public final long getAndUpdate(int i, LongUnaryOperator updateFunction) | |
| | public final long updateAndGet(int i, LongUnaryOperator updateFunction) | |
| | public final long getAndAccumulate(int i, long x, LongBinaryOperator accumulatorFunction) | |
| | public final long accumulateAndGet(int i, long x, LongBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicLongFieldUpdater | public final long getAndUpdate(T obj, LongUnaryOperator updateFunction) | |
| | public final long updateAndGet(T obj, LongUnaryOperator updateFunction) | |
| | public final long getAndAccumulate(T obj, long x, LongBinaryOperator accumulatorFunction) | |
| | public final long accumulateAndGet(T obj, long x, LongBinaryOperator accumulatorFunction) | |
java.util.concurrent.atomic | AtomicReference | public final V getAndUpdate(UnaryOperator<V> updateFunction) | |
| | public final V updateAndGet(UnaryOperator<V> updateFunction) | |
| | public final V getAndAccumulate(V x, BinaryOperator<V> accumulatorFunction) | |
| | public final V accumulateAndGet(V x, BinaryOperator<V> accumulatorFunction) | |
java.util.concurrent.atomic | AtomicReferenceArray | public final E getAndUpdate(int i, UnaryOperator<E> updateFunction) | |
| | public final E updateAndGet(int i, UnaryOperator<E> updateFunction) | |
| | public final E getAndAccumulate(int i, E x, BinaryOperator<E> accumulatorFunction) | |
| | public final E accumulateAndGet(int i, E x, BinaryOperator<E> accumulatorFunction) | |
java.util.concurrent.atomic | AtomicReferenceFieldUpdater | public final V getAndUpdate(T obj, UnaryOperator<V> updateFunction) | |
| | public final V updateAndGet(T obj, UnaryOperator<V> updateFunction) | |
| | public final V getAndAccumulate(T obj, V x, BinaryOperator<V> accumulatorFunction) | |
| | public final V accumulateAndGet(T obj, V x, BinaryOperator<V> accumulatorFunction) | |
java.util.logging | Logger | public void log(Level level, Throwable thrown, Supplier<String> msgSupplier) | |
| | public void logp(Level level, String sourceClass, String sourceMethod, Supplier<String> msgSupplier) | |
| | public void logp(Level level, String sourceClass, String sourceMethod, Throwable thrown, Supplier<String> msgSupplier) | |
| | public void logrb(Level level, String sourceClass, String sourceMethod, ResourceBundle bundle, String msg, Object... params) | |
| | public void logrb(Level level, String sourceClass, String sourceMethod, ResourceBundle bundle, String msg, Throwable thrown) | |
| | public void severe(Supplier<String> msgSupplier) | |
| | public void warning(Supplier<String> msgSupplier) | |
| | public void info(Supplier<String> msgSupplier) | |
| | public void config(Supplier<String> msgSupplier) | |
| | public void fine(Supplier<String> msgSupplier) | |
| | public void finer(Supplier<String> msgSupplier) | |
| | public void finest(Supplier<String> msgSupplier) | |
| | public void setResourceBundle(ResourceBundle bundle) | |
java.util.regex | Matcher | public int start(String name) | |
| | public int end(String name) | |
java.util.regex | Pattern | public Predicate<String> asPredicate() | |
| | public Stream<String> splitAsStream(CharSequence input) | |
java.util.spi | LocaleServiceProvider | public boolean isSupportedLocale(Locale locale) | |
java.util.spi | TimeZoneNameProvider | public String getGenericDisplayName(String ID, int style, Locale locale) | |
java.util.zip | ZipFile | public Stream<? extends ZipEntry> stream() | |
javax.crypto.spec | PBEParameterSpec | public AlgorithmParameterSpec getParameterSpec() | |
javax.lang.model.element | ExecutableElement | TypeMirror getReceiverType() | |
| | boolean isDefault() | |
javax.lang.model.type | ExecutableType | TypeMirror getReceiverType() | |
javax.lang.model.type | TypeVisitor | R visitIntersection(IntersectionType t, P p) | |
javax.lang.model.util | AbstractTypeVisitor6 | public R visitIntersection(IntersectionType t, P p) | |
javax.lang.model.util | Elements | boolean isFunctionalInterface(TypeElement type) | |
javax.net.ssl | ExtendedSSLSession | public List<SNIServerName> getRequestedServerNames() | |
javax.net.ssl | SSLParameters | public final void setServerNames(List<SNIServerName> serverNames) | |
| | public final List<SNIServerName> getServerNames() | |
| | public final void setSNIMatchers(Collection<SNIMatcher> matchers) | |
| | public final Collection<SNIMatcher> getSNIMatchers() | |
| | public final void setUseCipherSuitesOrder(boolean honorOrder) | |
| | public final boolean getUseCipherSuitesOrder() | |
javax.net.ssl | SSLSocketFactory | public Socket createSocket(Socket s, InputStream consumed, boolean autoClose) | IOException |
javax.security.auth.kerberos | KeyTab | public static KeyTab getUnboundInstance(File file) | |
| | public static KeyTab getInstance(KerberosPrincipal princ, File file) | |
| | public static KeyTab getUnboundInstance() | |
| | public static KeyTab getInstance(KerberosPrincipal princ) | |
| | public KerberosPrincipal getPrincipal() | |
| | public boolean isBound() | |