Clean up hwvtepsouthbound
authorStephen Kitt <skitt@redhat.com>
Wed, 9 Dec 2015 16:22:33 +0000 (17:22 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 9 Dec 2015 16:31:12 +0000 (17:31 +0100)
General code clean-up:
* use optimal operations on maps: iterate over values if only values
  are needed; avoid double gets; use entry sets if both keys and
  values are needed;
* use the single-parameter variant of firstKeyOf();
* drop unused methods, fields and imports;
* limit variable scope;
* use Java 7 <> operator;
* since TyperUtils.extractRows...() never returns null, remove all
  such null-checks and rely on the for loops to check for emptiness.

Change-Id: Id9e4643a46a96d819146b04a146c2ac00c88509d
Signed-off-by: Stephen Kitt <skitt@redhat.com>

No differences found