Home
last modified time | relevance | path

Searched defs:ImmutableList (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h27 template <typename T> class ImmutableList; variable
/external/guava/guava/src/com/google/common/collect/
DImmutableList.java63 public abstract class ImmutableList<E> extends ImmutableCollection<E> class
335 ImmutableList() {} in ImmutableList() method in ImmutableList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java40 public abstract class ImmutableList<E> extends ImmutableCollection<E> class
45 ImmutableList() {} in ImmutableList() method in ImmutableList
/external/guava/guava-tests/test/com/google/common/collect/
DBenchmarkHelpers.java94 ImmutableList { enumConstant