JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.cm.osm2po.primitives
Interface Swappable
All Known Implementing Classes:
ByteArray
,
IntArray
,
LongArray
,
SortableTArray
public interface
Swappable
Klassen, die dieses Interface implementieren sind sortierbare Container (meistens Arrays) und bieten die Option, Positionen von Werten ueber i und j Index zu tauschen.
Author:
(c) 2012 - Carsten Moeller - info@osm2po
Method Summary
Methods
Modifier and Type
Method and Description
void
swap
(long i, long j)
Tauscht zwei Werte in einem Array.
Method Detail
swap
void swap(long i, long j)
Tauscht zwei Werte in einem Array.
Parameters:
i
- long Tausch Index 1
j
- long Tausch Index 2
Overview
Package
Class
Tree
Deprecated
Index
Help
osm2po-core-5.2.127 (c) February 8 2019 Carsten Moeller - info@osm2po.de
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method