Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DGRStateTrait.h24 template <typename T> class ImmutableList; variable
/external/guava/src/com/google/common/collect/
DImmutableList.java57 public abstract class ImmutableList<E> extends ImmutableCollection<E> class
281 ImmutableList() {} in ImmutableList() method in ImmutableList