All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.perforce.p4java.mapapi.MapTree Maven / Gradle / Ivy

Go to download

P4Java, the Perforce Java API is a Java-native API for accessing Perforce SCM services from within Java applications, servlets, plug-ins, and other Java contexts.

The newest version!
package com.perforce.p4java.mapapi;

import java.util.ArrayList;

public class MapTree {

    public void clear() {
        sort = null;
        tree = null;
        depth = 0;
    }

    public ArrayList sort = null;
    public MapItem tree = null;
    public int depth = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy