Java 类gnu.trove.map.TFloatShortMap 实例源码

项目:xcc    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:trove-3.0.3    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec_major    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:recalot.com    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec-PoC    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:easyrec    文件:TFloatShortHashMap.java   
/**
 * Creates a new <code>TFloatShortHashMap</code> instance containing
 * all of the entries in the map passed in.
 *
 * @param map a <tt>TFloatShortMap</tt> that will be duplicated.
 */
public TFloatShortHashMap( TFloatShortMap map ) {
    super( map.size() );
    if ( map instanceof TFloatShortHashMap ) {
        TFloatShortHashMap hashmap = ( TFloatShortHashMap ) map;
        this._loadFactor = hashmap._loadFactor;
        this.no_entry_key = hashmap.no_entry_key;
        this.no_entry_value = hashmap.no_entry_value;
        //noinspection RedundantCast
        if ( this.no_entry_key != ( float ) 0 ) {
            Arrays.fill( _set, this.no_entry_key );
        }
        //noinspection RedundantCast
        if ( this.no_entry_value != ( short ) 0 ) {
            Arrays.fill( _values, this.no_entry_value );
        }
        setUp( (int) Math.ceil( DEFAULT_CAPACITY / _loadFactor ) );
    }
    putAll( map );
}
项目:xcc    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:xcc    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:xcc    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:HCFCore    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:HCFCore    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:HCFCore    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:trove-3.0.3    文件:TFloatShortOffheapHashMap.java   
/** {@inheritDoc} */
@Override
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:trove-3.0.3    文件:TFloatShortOffheapHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    TShortOffheapArray values = _values;
    TByteOffheapArray states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = capacity(); i-- > 0; ) {
        if ( states.get( i ) == FULL ) {
            float key = _set.get( i );
            short that_value = that.get( key );
            short this_value = values.get( i );
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:trove-3.0.3    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:trove-3.0.3    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:trove-3.0.3    文件:TFloatShortMapDecorator.java   
@Override
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:easyrec_major    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec_major    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec_major    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:recalot.com    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:recalot.com    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:recalot.com    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:easyrec-PoC    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec-PoC    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec-PoC    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:easyrec    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
public void putAll( TFloatShortMap map ) {
    ensureCapacity( map.size() );
    TFloatShortIterator iter = map.iterator();
    while ( iter.hasNext() ) {
        iter.advance();
        this.put( iter.key(), iter.value() );
    }
}
项目:easyrec    文件:TFloatShortHashMap.java   
/** {@inheritDoc} */
@Override
public boolean equals( Object other ) {
    if ( ! ( other instanceof TFloatShortMap ) ) {
        return false;
    }
    TFloatShortMap that = ( TFloatShortMap ) other;
    if ( that.size() != this.size() ) {
        return false;
    }
    short[] values = _values;
    byte[] states = _states;
    short this_no_entry_value = getNoEntryValue();
    short that_no_entry_value = that.getNoEntryValue();
    for ( int i = values.length; i-- > 0; ) {
        if ( states[i] == FULL ) {
            float key = _set[i];
            short that_value = that.get( key );
            short this_value = values[i];
            if ( ( this_value != that_value ) &&
                 ( this_value != this_no_entry_value ) &&
                 ( that_value != that_no_entry_value ) ) {
                return false;
            }
        }
    }
    return true;
}
项目:easyrec    文件:TFloatShortMapDecorator.java   
public void readExternal( ObjectInput in )
    throws IOException, ClassNotFoundException {

    // VERSION
    in.readByte();

    // MAP
    _map = ( TFloatShortMap ) in.readObject();
}
项目:pre-cu    文件:AutoDeltaFloatShortMap.java   
public TFloatShortMap getMap() {
    return container;
}
项目:xcc    文件:TFloatShortMapDecorator.java   
/**
 * Creates a wrapper that decorates the specified primitive map.
 *
 * @param map the <tt>TFloatShortMap</tt> to wrap.
 */
public TFloatShortMapDecorator( TFloatShortMap map ) {
    super();
    this._map = map;
}
项目:xcc    文件:TFloatShortMapDecorator.java   
/**
 * Returns a reference to the map wrapped by this decorator.
 *
 * @return the wrapped <tt>TFloatShortMap</tt> instance.
 */
public TFloatShortMap getMap() {
    return _map;
}
项目:HCFCore    文件:TFloatShortMapDecorator.java   
/**
 * Creates a wrapper that decorates the specified primitive map.
 *
 * @param map the <tt>TFloatShortMap</tt> to wrap.
 */
public TFloatShortMapDecorator( TFloatShortMap map ) {
    super();
    this._map = map;
}
项目:HCFCore    文件:TFloatShortMapDecorator.java   
/**
 * Returns a reference to the map wrapped by this decorator.
 *
 * @return the wrapped <tt>TFloatShortMap</tt> instance.
 */
public TFloatShortMap getMap() {
    return _map;
}
项目:HCFCore    文件:TFloatShortMapDecorator.java   
/**
 * Creates a wrapper that decorates the specified primitive map.
 *
 * @param map the <tt>TFloatShortMap</tt> to wrap.
 */
public TFloatShortMapDecorator( TFloatShortMap map ) {
    super();
    this._map = map;
}