Java 类com.google.protobuf.LazyField.LazyIterator 实例源码

项目:cfapi    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:play-store-api    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:bd-codes    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:protoc-gen-as3    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:dotalys-cli    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:protobuffer    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:protobuffer    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:GetThere    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:365browser    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:hpcourse    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:vsminecraft    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:Beam    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator () {
    if (hasLazyField) {
        return new LazyIterator<FieldDescriptorType> (
                fields.entrySet ().iterator ());
    }
    return fields.entrySet ().iterator ();
}
项目:bazel    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:android-chromium    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}
项目:cordova-android-chromium    文件:FieldSet.java   
/**
 * Get an iterator to the field map. This iterator should not be leaked out
 * of the protobuf library as it is not protected from mutation when fields
 * is not immutable.
 */
public Iterator<Map.Entry<FieldDescriptorType, Object>> iterator() {
  if (hasLazyField) {
    return new LazyIterator<FieldDescriptorType>(
        fields.entrySet().iterator());
  }
  return fields.entrySet().iterator();
}