Geçerli dönüş tipleri: `VertexFrame` veya `Iterator` veya `List` veya `Set`
Bitişik vertex'in bir veya daha fazlasını alır. If the return type is a single `VertexFrame` then only the first instance is returned. If the return type is an `Iterator` then it will iterate over all matching vertex. When using an Iterator it is encouraged to use generics.
Bitişik vertex'in bir veya daha fazlasını alır. Dönüş türü tek bir `VertexFrame` ise yalnızca ilk örneği döndürür. Dönüş türü bir `Iterator` ise, eşleşen tüm vertex üzerinde yinelenecektir. Bir Iterator kullanırken generics kullanılması için teşvik edilir.
!!! note The Class argument of the method specifes a filter such that only vertex which are of a matching type, or a subtype, to that of the argument will be returned.
!!! not Yöntemin Sınıf argümanı, yalnızca bir eşleme türünün ya da bir alt türün değişkeninin vertexinin döndürülmesine izin veren bir filtre belirtir.