Exemplo n.º 1
0
  @SuppressWarnings("unchecked")
  public Iterator<IKeyOrder<E>> getKeyOrders() {

    return new Striterator(relation1.getKeyOrders()).append(relation2.getKeyOrders());
  }