Skip navigation links
C D N 

C

CollectionsProvider - Interface in com.oracle.graal.api.collections
A factory for creating collections.
com.oracle.graal.api.collections - package com.oracle.graal.api.collections
 

D

DefaultCollectionsProvider - Class in com.oracle.graal.api.collections
A default implementation of CollectionsProvider that creates standard JDK collection class objects.
DefaultCollectionsProvider() - Constructor for class com.oracle.graal.api.collections.DefaultCollectionsProvider
 

N

newIdentityMap() - Method in interface com.oracle.graal.api.collections.CollectionsProvider
Creates a map that uses reference-equality in place of object-equality when comparing keys.
newIdentityMap(int) - Method in interface com.oracle.graal.api.collections.CollectionsProvider
Creates a map that uses reference-equality in place of object-equality when comparing keys.
newIdentityMap(Map<K, V>) - Method in interface com.oracle.graal.api.collections.CollectionsProvider
Creates a map that uses reference-equality in place of object-equality when comparing keys.
newIdentityMap() - Method in class com.oracle.graal.api.collections.DefaultCollectionsProvider
 
newIdentityMap(int) - Method in class com.oracle.graal.api.collections.DefaultCollectionsProvider
 
newIdentityMap(Map<K, V>) - Method in class com.oracle.graal.api.collections.DefaultCollectionsProvider
 
newIdentitySet() - Method in interface com.oracle.graal.api.collections.CollectionsProvider
Creates a set that uses reference-equality in place of object-equality when comparing entries.
newIdentitySet() - Method in class com.oracle.graal.api.collections.DefaultCollectionsProvider
 
C D N 
Skip navigation links