Searched defs:Iterator (Results 1 - 11 of 11) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DIterator.java58 public interface Iterator<E> { interface
/openjdk10/langtools/test/tools/javac/generics/
H A DInnerInterface1.java35 interface Iterator<E> { interface
/openjdk10/hotspot/src/share/vm/logging/
H A DlogOutputList.hpp96 Iterator(LogOutputList* list, LogOutputNode* start) : _current(start), _list(list) { function in class:VALUE_OBJ_CLASS_SPEC::VALUE_OBJ_CLASS_SPEC
H A DlogMessageBuffer.hpp64 class Iterator { class in class:LogMessageBuffer
74 Iterator(const LogMessageBuffer& message, LogLevelType level, LogDecorations& decorations) function in class:LogMessageBuffer::Iterator
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/
H A DModifier.java56 public static interface Iterator { interface in interface:Modifier
H A DNode.java112 public static interface Iterator { interface in class:Node
/openjdk10/jdk/test/java/util/WeakHashMap/
H A DGCDuringIteration.java98 void checkIterator(final Iterator<Map.Entry<Foo, Integer>> it, int first) { argument
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util.h198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h3177 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
3179 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
3227 Iterator(const Iterator function in class:testing::internal::CartesianProductGenerator2::Iterator
3293 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
3295 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
3351 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
3427 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
3493 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
3578 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
3580 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
3652 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
3748 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
3750 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
3830 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
3935 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
3937 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
4025 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
4141 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
4143 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
4239 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
4363 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
4365 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
4469 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
4603 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
4605 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
4717 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DPath2D.java2720 abstract static class Iterator implements PathIterator { class in class:Path2D
2727 Iterator(Path2D path) { method in class:Path2D.Iterator
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java1889 public abstract static class Iterator { class in class:HTMLDocument

Completed in 132 milliseconds